Closed rursprung closed 1 year ago
@joel5399: can you please test this on the robot? thanks!
I've tested it on the tank. Everything works fine. Because of the issue #46, you still have to type the command: 'sudo rm /var/run/pigpiod.pid' before launch.
with this running
roslaunch smt_launch_hardware default.launch
will launch all required nodes to run the logic on the actual hardware (a Raspberry Pi 4).note that this does not launch rviz, teleop or anything else as it makes no sense to run this on the robot. instead, you can set your
ROS_MASTER_URI
on your own device to point at the robot (see the output ofroscore
when starting it) and then start these nodes on your device to interact with the robot if needed.important: since i don't have the hardware available i'm unable to test this myself!