"The passed message type is invalid" with Jetson Nano 4Gb + ROS 2 Galactic container #160
Unanswered
ParadoxRobotics
asked this question in
Questions
Replies: 1 comment 9 replies
-
Yes, as you said, the problem is with the That's a regular ROS package, you can either build it from sources or install it from debian packages. To install from Debian, just run this (you can also add these lines to your Dockerfile to avoid having to repeat them everytime)
To build from sources follow the instructions here https://docs.ros.org/en/foxy/Tutorials/Beginner-Client-Libraries/Creating-Your-First-ROS2-Package.html#build-a-package |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I currently building a Turtlebot like robot with the Create3 ^ ^
I use a Jetson nano 4Gb (rev A) developper kit as the main processing unit connected in USB to the create3 and powered by an external battery.
I followed the instruction to set up my system : https://iroboteducation.github.io/create3_docs/setup/jetson/
But unfortunately, for every action (like dock/undock, audio, ...) I get :
It seems the irobot_create_msgs format is the issue, But I don't know how to solve this...
How can I build the https://github.com/iRobotEducation/irobot_create_msgs package in the container with ROS 2 ?
Is it specified in the documentation ?
Best regards
Beta Was this translation helpful? Give feedback.
All reactions