I use keyboard and when I run ./trr_simulation.sh, there are some errors about joy_node.
I think the second line at ./trr_simulation.sh
rosrun joy joy_node & sleep 0.2;
should be change to
python key2joy.py & sleep 0.2;
Is that right? Thank you and your team for this brilliant work.
I use keyboard and when I run ./trr_simulation.sh, there are some errors about joy_node. I think the second line at ./trr_simulation.sh
rosrun joy joy_node & sleep 0.2;
should be change topython key2joy.py & sleep 0.2;
Is that right? Thank you and your team for this brilliant work.