You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-14Lines changed: 8 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -100,26 +100,14 @@ colcon test
100
100
101
101
## Running the Application
102
102
103
-
By default, the application runs with fake motors. Run the following commands on a terminal to start it up. This will also start up RViz.
103
+
By default, the application runs with fake motors and a velocity controller. Thye position controller is disabled. Run the following commands on a terminal to start it up. This will also start up RViz.
104
104
105
105
```
106
106
source install/setup.bash
107
107
ros2 launch stepit_description robot.launch.py
108
108
```
109
109
110
-
We can control the motors with a velocity controller or a position controller. Open a different terminal and run any of the following commands to spin up the fake motors.
At each commit, the GitHub repository runs all available tests using [GitHub actions](https://docs.github.com/en/actions) and [Industrial CI](https://github.com/ros-industrial/industrial_ci).
0 commit comments