This package is used for the automatic setting of the CAN bus and the automatic start of a full set of codes. The principle is to put the script into a specific folder of the system, then it will be executed automatically after ubuntu is turned on.
Keywords: Auto start
The source code is released under a BSD 3-Clause license.
**Author: Unknown **
**Affiliation: DynamicX Maintainer: none **
he rm_bringup package has been tested under ROS Melodic and Noetic on respectively 18.04 and 20.04. This is research code, expect that it changes often and any fitness for a particular purpose is disclaimed.
To install all packages from the this repository as Debian packages use
sudo apt-get install ros-noetic-...
Or better, use rosdep
:
sudo rosdep install --from-paths src
- none
This package doesn't need to build.Clone the latest version from this repository into your catkin workspace.
Double-click directly to run the corresponding script.
-
sentry.launch: launch the codes of sentry
-
**start.launch:**launch the codes of robots except sentry
The following scripts automatically set can bus.
- It should be placed in a specific folder.When Ubuntu boot,It will be executed by the system.
- It set can bus,it also should be placed in a specific folder.System will execute it automatically so you don't need to run it.
- Double click to run it,and it will place AutoSetCan.service and AutoSetCan.sh in correct folder.
The following scripts run all codes on robot.
- It should be placed in a specific folder.When Ubuntu boot,It will be executed by the system.
- It run rosmaster,it also should be placed in a specific folder.System will execute it automatically so you don't need to run it.
- It should be placed in a specific folder.When Ubuntu boot,It will be executed by the system.
- It run launch file to run all codes on robots,it also should be placed in a specific folder.System will execute it automatically so you don't need to run it.
- Double click to run it,and it will place above four scripts in correct folders.
- Double click to run it,and it will delete above four scripts in their folders.
- Double click to run it.
- Double click to run it.
Please report bugs and request features using the Issue Tracker .