Skip to content

Commit

Permalink
Remove andino_gz_classic and andino_apps references (#259)
Browse files Browse the repository at this point in the history
Signed-off-by: JesusSilvaUtrera <[email protected]>
  • Loading branch information
JesusSilvaUtrera authored Jul 17, 2024
1 parent 8aa4aaa commit 08b2b46
Show file tree
Hide file tree
Showing 25 changed files with 6 additions and 1,248 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ jobs:
- uses: ros-tooling/[email protected]
id: action_ros_ci_step
with:
package-name: andino_base andino_bringup andino_control andino_description andino_firmware andino_hardware andino_slam andino_gz_classic andino_navigation andino_apps
package-name: andino_base andino_bringup andino_control andino_description andino_firmware andino_hardware andino_slam andino_navigation
target-ros2-distro: ${{ env.ROS_DISTRO }}
import-token: ${{ secrets.GITHUB_TOKEN }}
8 changes: 0 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,8 @@ _Note: For videos go to [Media](#selfie-media) section._
- :hammer_and_pick: [`andino_firmware`](./andino_firmware): Contains the code be run in the microcontroller for interfacing low level hardware with the SBC.
- :gear: [`andino_base`](./andino_base): [ROS Control hardware interface](https://control.ros.org/master/doc/ros2_control/hardware_interface/doc/writing_new_hardware_interface.html) is implemented.
- :control_knobs: [`andino_control`](./andino_control/): It launches the [`controller_manager`](https://control.ros.org/humble/doc/ros2_control/controller_manager/doc/userdoc.html) along with the [ros2 controllers](https://control.ros.org/master/doc/ros2_controllers/doc/controllers_index.html): [diff_drive_controller](https://control.ros.org/master/doc/ros2_controllers/diff_drive_controller/doc/userdoc.html) and the [joint_state_broadcaster](https://control.ros.org/master/doc/ros2_controllers/joint_state_broadcaster/doc/userdoc.html).
- :computer: [`andino_gz_classic`](./andino_gz_classic/): [Gazebo Classic](https://classic.gazebosim.org/) simulation of the `andino` robot.
- :world_map: [`andino_slam`](./andino_slam/): Provides support for SLAM with your `andino` robot.
- :compass: [`andino_navigation`](./andino_navigation/): Navigation stack based on `nav2`.
- :exclamation: [`andino_apps`](./andino_apps/): Integrated applications with the `andino` robot.

## :paperclips: Related projects

Expand Down Expand Up @@ -188,12 +186,6 @@ https://github.com/Ekumen-OS/andino/assets/53065142/29951e74-e604-4a6e-80fc-421c

Follow the [`andino_navigation`'s README](./andino_navigation/README.md) instructions for bringing up the Navigation stack in the real robot or in the simulation.

## :computer: Simulation

The [`andino_gz_classic`](./andino_gz_classic/README.MD) package provides a Gazebo simulation for the Andino robot.

<img src="./andino_gz_classic/docs/andino_gz_classic.png" width=400/>

## :selfie: Media

### RVIZ Visualization
Expand Down
9 changes: 0 additions & 9 deletions andino_apps/CHANGELOG.rst

This file was deleted.

14 changes: 0 additions & 14 deletions andino_apps/CMakeLists.txt

This file was deleted.

29 changes: 0 additions & 29 deletions andino_apps/LICENSE

This file was deleted.

28 changes: 0 additions & 28 deletions andino_apps/README.md

This file was deleted.

Binary file removed andino_apps/docs/Rviz_example_Nav2.gif
Binary file not shown.
116 changes: 0 additions & 116 deletions andino_apps/launch/andino_simulation_navigation.launch.py

This file was deleted.

25 changes: 0 additions & 25 deletions andino_apps/package.xml

This file was deleted.

10 changes: 0 additions & 10 deletions andino_gz_classic/CHANGELOG.rst

This file was deleted.

28 changes: 0 additions & 28 deletions andino_gz_classic/CMakeLists.txt

This file was deleted.

29 changes: 0 additions & 29 deletions andino_gz_classic/LICENSE

This file was deleted.

Loading

0 comments on commit 08b2b46

Please sign in to comment.