Skip to content
This repository has been archived by the owner on Jul 19, 2023. It is now read-only.

Error with std_msgs package, :package std_msgs does not exist #74

Open
KenwoodFox opened this issue Dec 16, 2019 · 0 comments
Open

Error with std_msgs package, :package std_msgs does not exist #74

KenwoodFox opened this issue Dec 16, 2019 · 0 comments

Comments

@KenwoodFox
Copy link

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?
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant