-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix resource_manager for simulation (#304)
* Fix resource_manager for simulation * fix start points * update readme * update readme --------- Co-authored-by: Marija Golubovic <[email protected]>
- Loading branch information
1 parent
46ff4f8
commit 1775c0f
Showing
6 changed files
with
112 additions
and
97 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ git clone [email protected]:memristor/mep3.git src/mep3 | |
|
||
# Install dependencies | ||
sudo apt install python3-vcstool | ||
vcs import src < src/mep3/mep3.repos | ||
# vcs import src < src/mep3/mep3.repos | ||
rosdep update | ||
rosdep install --from-paths src --ignore-src -r | ||
|
||
|
@@ -29,6 +29,7 @@ colcon build --symlink-install --cmake-args -DCMAKE_BUILD_TYPE=RelWithDebInfo | |
source install/local_setup.bash | ||
``` | ||
|
||
⚠️ **Recommended:** | ||
Please check alternative installation methods [here](./docker). | ||
|
||
## Bringup | ||
|
@@ -64,6 +65,9 @@ Important parameters are: | |
### Demo | ||
|
||
#### Teleoperation | ||
>[!NOTE] | ||
Run simulation without behavior tree | ||
|
||
```sh | ||
ros2 run teleop_twist_keyboard teleop_twist_keyboard --ros-args -r cmd_vel:=big/cmd_vel | ||
``` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters