-
I have a Nano 4gb b0. My robot base uses an arduino, which listens for cmd_vel_msgs over ROS. i need to modify the Robot class in the jetbot container so that it publishes ROS messages, but i don't know how to make any of the edits i make to robot.py take effect. am i supposed to execute /docker/build.sh after making changes? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hey @geoc1234, Thanks for reaching out! I think the following commands should work cd docker
./disable.sh
./configure.sh
./build.sh
./enable.sh I'd recommend modifying Please let me know if this helps or you have any questions. Best, |
Beta Was this translation helpful? Give feedback.
Hey @geoc1234,
Thanks for reaching out!
I think the following commands should work
cd docker ./disable.sh ./configure.sh ./build.sh ./enable.sh
I'd recommend modifying
JETBOT_VERSION
indocker/configure.sh
to something else likeJETBOT_VERSION=ros_motors
so you can keep / use the old container if needed.Please let me know if this helps or you have any questions.
Best,
John