Replies: 1 comment 2 replies
-
Hi, You can install any software (including non-ROS packages) by writing Dockerfile in the repository. This file will help you to understand how to install CUDA in your Dockerfile: Writing Dockerfile is just as same as writing each Linux command suffixed with the For TMC stacks, if you only use omni_base and whole_body module. The replacement module is already there. For omni_base, this simulator uses ros_navigation: navclient = actionlib.SimpleActionClient('/move_base', MoveBaseAction) For whole_body, this simulator uses moveit_commander: whole_body = moveit_commander.MoveGroupCommander("whole_body_light") I think you can understand how to use it by reading this code: |
Beta Was this translation helpful? Give feedback.
-
The following content is from an email discussion with Yosuke Matsusaka
=======================================================
My name is Shengxin (Tony) Luo from the RoboCanes team qualified to participate in this Summer’s RoboCup@Home simulation league. We would appreciate it if you could help us with a couple of questions regarding the logistics of the scoring server.
As I understand it, only code in the registered repository will be considered for scoring. However, our software relies on third party packages both compiled natively from source such as darknet and privately managed such as tmc-melodic-desktop-full. Those packages are essential parts of our software. We would like to know if there is a way, if any, to incorporate those third party packages with the scoring server so that our software would work properly in the competition.
=======================================================
Updates since last discussed: From the TMC stacks, our team mostly uses the its omni_base and whole_body module. Our lab director learned from credible sources that these modules have already been implemented. If any knowledgable party could provide documentation on how to use said module, we would greatly appreciate it.
Beta Was this translation helpful? Give feedback.
All reactions