You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 19, 2023. It is now read-only.
I get this error, im trying to follow a basic tutorial but i cant seem to import std_msgs? Heres my code in full https://github.com/FRC-1721/pre2020season/tree/rosjava
I poked around on the ROS discord nobody really had this problem, i dont know where to start in debugging this.
final Publisher<std_msgs.String> publisher =
^
D:\GitHub\pre2020season\src\main\java\frc\robot\ROSAdvanced.java:51: error: package std_msgs does not exist
connectedNode.newPublisher(topic_name, std_msgs.String._TYPE);
^
D:\GitHub\pre2020season\src\main\java\frc\robot\ROSAdvanced.java:64: error: package std_msgs does not exist
std_msgs.String str = publisher.newMessage();```
I think this may be similar to #46?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I get this error, im trying to follow a basic tutorial but i cant seem to import std_msgs? Heres my code in full https://github.com/FRC-1721/pre2020season/tree/rosjava
I poked around on the ROS discord nobody really had this problem, i dont know where to start in debugging this.
The text was updated successfully, but these errors were encountered: