Package symbol

raspimouse_description package from raspimouse_description repo

raspimouse_description

ROS Distro
humble

Package Summary

Tags No category tags.
Version 1.2.0
License MIT
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/rt-net/raspimouse_description.git
VCS Type git
VCS Version humble-devel
Last Updated 2024-03-06
Dev Status MAINTAINED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

The raspimouse_description package

Additional Links

No additional links.

Maintainers

  • RT Corporation

Authors

  • Daisuke Sato
  • Shota Aoki
  • Yusuke Kato

raspimouse_description

ROS package with URDF description macro for Raspberry Pi Mouse

display_launch

This ROS package was separated from rt-net/raspimouse_sim.
See details from rt-net/raspimouse_sim#42.

The main development branch for ROS 1 is master.
The main development branch for ROS 2 is ros2.

Supported ROS distributions

Installation

# Clone raspimouse_description and install dependencies
cd ~/ros2_ws/src
git clone -b $ROS_DISTRO-devel https://github.com/rt-net/raspimouse_description
rosdep install -r -y -i --from-paths .

# Build the package
cd ~/ros2_ws
colcon build --symlink-install
source install/setup.bash

How to Use

Display a Raspberry Pi Mouse robot model on RViz2 with the following command:

ros2 launch raspimouse_description display.launch.py

You can also display a LiDAR mounted robot model with the following command:

ros2 launch raspimouse_description display.launch.py lidar:=rplidar

The lidar option supports urg, lds, and rplidar.

Similarly, display a RGB Camera mounted robot model with the following command:

ros2 launch raspimouse_description display.launch.py use_rgb_camera:=true

RGB Camera can be pointed down with the following command:

ros2 launch raspimouse_description display.launch.py use_rgb_camera:=true camera_downward:=true

LICENSE

(C) 2016-2022 RT Corporation

This repository is licensed under the MIT license, see LICENSE.
Unless attributed otherwise, everything in this repository is under the MIT license.

Acknowledgements

Special thanks to https://gbiggs.github.io/rosjp_urdf_tutorial_text/index.html

The file robotis_lds01.stl is released from ROBOTIS and licensed under the Apache License 2.0. The original file is released in turtlebot3_description package.

CHANGELOG

Changelog for package raspimouse_description

1.2.0 (2024-03-05)

  • シミュレータ環境でscanトピックをpublish (#52)
  • camera_downwardがtrueのときRGBカメラが斜め下を向くように変更 (#50) Co-authored-by: Shota Aoki <<s.aoki@rt-net.jp>>
  • READMEにRGBカメラを表示するコマンドを追記 (#47)
  • Gazebo上で画像トピックを配信できるように変更 (#46)
  • RGBカメラのモデルを表示できるように変更 (#45) Co-authored-by: Shota Aoki <<s.aoki@rt-net.jp>>
  • cmd_velとodomのトピック名をremapping (#44)
  • controller managerが起動するように変更 (#43) Co-authored-by: Shota Aoki <<s.aoki@rt-net.jp>>
  • robot_description_loaderを実装 (#42) Co-authored-by: Daisuke Sato <<daisuke.sato@rt-net.jp>>
  • Contributors: YusukeKato

1.1.0 (2023-11-07)

  • READMEにRGBカメラを表示するコマンドを追記 (#47)
  • Gazebo上で画像トピックを配信できるように変更 (#46)
  • RGBカメラのモデルを表示できるように変更 (#45) Co-authored-by: Shota Aoki <<s.aoki@rt-net.jp>>
  • cmd_velとodomのトピック名をremapping (#44)
  • controller managerが起動するように変更 (#43) Co-authored-by: Shota Aoki <<s.aoki@rt-net.jp>>
  • robot_description_loaderを実装 (#42) Co-authored-by: Daisuke Sato <<daisuke.sato@rt-net.jp>>
  • Contributors: YusukeKato

1.0.1 (2023-01-31)

  • Updates README
  • Update the license year to 2022
  • Adds LiDAR (#38)
  • Update library to rviz2 (#36)
  • Update tread (ROS 2) (#32)
  • Update README for ROS 2 (#26)
  • Support ROS 2 Foxy (#24)
  • Create LICENSE
  • Contributors: Daisuke Sato, Shota Aoki, Shuhei Kozasa

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged raspimouse_description at Robotics Stack Exchange

Package symbol

raspimouse_description package from raspimouse_description repo

raspimouse_description

ROS Distro
jazzy

Package Summary

Tags No category tags.
Version 2.0.0
License MIT
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/rt-net/raspimouse_description.git
VCS Type git
VCS Version jazzy
Last Updated 2024-11-08
Dev Status MAINTAINED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

The raspimouse_description package

Additional Links

No additional links.

Maintainers

  • RT Corporation

Authors

  • Daisuke Sato
  • Shota Aoki
  • Yusuke Kato
  • Kazushi Kurasawa

raspimouse_description

industrial_ci

ROS package with URDF description macro for Raspberry Pi Mouse

display_launch

This ROS package was separated from rt-net/raspimouse_sim. See details from rt-net/raspimouse_sim#42.

The main development branch for ROS 1 is master. The main development branch for ROS 2 is ros2.

Supported ROS distributions

Installation

# Clone raspimouse_description and install dependencies
cd ~/ros2_ws/src
git clone -b $ROS_DISTRO https://github.com/rt-net/raspimouse_description
rosdep install -r -y -i --from-paths .

# Build the package
cd ~/ros2_ws
colcon build --symlink-install
source install/setup.bash

How to Use

Display a Raspberry Pi Mouse robot model on RViz2 with the following command:

ros2 launch raspimouse_description display.launch.py

You can also display a LiDAR mounted robot model with the following command:

ros2 launch raspimouse_description display.launch.py lidar:=rplidar

The lidar option supports urg, lds, and rplidar.

Similarly, display a RGB Camera mounted robot model with the following command:

ros2 launch raspimouse_description display.launch.py use_rgb_camera:=true

RGB Camera can be pointed down with the following command:

ros2 launch raspimouse_description display.launch.py use_rgb_camera:=true camera_downward:=true

LICENSE

(C) 2016-2022 RT Corporation

This repository is licensed under the MIT license, see LICENSE. Unless attributed otherwise, everything in this repository is under the MIT license.

Acknowledgements

Special thanks to https://gbiggs.github.io/rosjp_urdf_tutorial_text/index.html

The file robotis_lds01.stl is released from ROBOTIS and licensed under the Apache License 2.0. The original file is released in turtlebot3_description package.

CHANGELOG

Changelog for package raspimouse_description

2.0.0 (2024-11-08)

  • Support ROS 2 Jazzy (#55) Co-authored-by: Kazushi Kurasawa <<Kurasawa@rt-net.jp>>
  • Replace [ign]{.title-ref} to [gz]{.title-ref}
  • Updated the remapping for subscription to reflect the removal of [unstamped]{.title-ref} from ros2_controllers
  • Contributors: YusukeKato

1.2.0 (2024-03-05)

  • シミュレータ環境でscanトピックをpublish (#52)
  • camera_downwardがtrueのときRGBカメラが斜め下を向くように変更 (#50) Co-authored-by: Shota Aoki <<s.aoki@rt-net.jp>>
  • READMEにRGBカメラを表示するコマンドを追記 (#47)
  • Gazebo上で画像トピックを配信できるように変更 (#46)
  • RGBカメラのモデルを表示できるように変更 (#45) Co-authored-by: Shota Aoki <<s.aoki@rt-net.jp>>
  • cmd_velとodomのトピック名をremapping (#44)
  • controller managerが起動するように変更 (#43) Co-authored-by: Shota Aoki <<s.aoki@rt-net.jp>>
  • robot_description_loaderを実装 (#42) Co-authored-by: Daisuke Sato <<daisuke.sato@rt-net.jp>>
  • Contributors: YusukeKato

1.1.0 (2023-11-07)

  • READMEにRGBカメラを表示するコマンドを追記 (#47)
  • Gazebo上で画像トピックを配信できるように変更 (#46)
  • RGBカメラのモデルを表示できるように変更 (#45) Co-authored-by: Shota Aoki <<s.aoki@rt-net.jp>>
  • cmd_velとodomのトピック名をremapping (#44)
  • controller managerが起動するように変更 (#43) Co-authored-by: Shota Aoki <<s.aoki@rt-net.jp>>
  • robot_description_loaderを実装 (#42) Co-authored-by: Daisuke Sato <<daisuke.sato@rt-net.jp>>
  • Contributors: YusukeKato

1.0.1 (2023-01-31)

  • Updates README
  • Update the license year to 2022
  • Adds LiDAR (#38)
  • Update library to rviz2 (#36)
  • Update tread (ROS 2) (#32)
  • Update README for ROS 2 (#26)
  • Support ROS 2 Foxy (#24)
  • Create LICENSE
  • Contributors: Daisuke Sato, Shota Aoki, Shuhei Kozasa

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged raspimouse_description at Robotics Stack Exchange

No version for distro kilted showing humble. Known supported distros are highlighted in the buttons above.
Package symbol

raspimouse_description package from raspimouse_description repo

raspimouse_description

ROS Distro
humble

Package Summary

Tags No category tags.
Version 1.2.0
License MIT
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/rt-net/raspimouse_description.git
VCS Type git
VCS Version humble-devel
Last Updated 2024-03-06
Dev Status MAINTAINED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

The raspimouse_description package

Additional Links

No additional links.

Maintainers

  • RT Corporation

Authors

  • Daisuke Sato
  • Shota Aoki
  • Yusuke Kato

raspimouse_description

ROS package with URDF description macro for Raspberry Pi Mouse

display_launch

This ROS package was separated from rt-net/raspimouse_sim.
See details from rt-net/raspimouse_sim#42.

The main development branch for ROS 1 is master.
The main development branch for ROS 2 is ros2.

Supported ROS distributions

Installation

# Clone raspimouse_description and install dependencies
cd ~/ros2_ws/src
git clone -b $ROS_DISTRO-devel https://github.com/rt-net/raspimouse_description
rosdep install -r -y -i --from-paths .

# Build the package
cd ~/ros2_ws
colcon build --symlink-install
source install/setup.bash

How to Use

Display a Raspberry Pi Mouse robot model on RViz2 with the following command:

ros2 launch raspimouse_description display.launch.py

You can also display a LiDAR mounted robot model with the following command:

ros2 launch raspimouse_description display.launch.py lidar:=rplidar

The lidar option supports urg, lds, and rplidar.

Similarly, display a RGB Camera mounted robot model with the following command:

ros2 launch raspimouse_description display.launch.py use_rgb_camera:=true

RGB Camera can be pointed down with the following command:

ros2 launch raspimouse_description display.launch.py use_rgb_camera:=true camera_downward:=true

LICENSE

(C) 2016-2022 RT Corporation

This repository is licensed under the MIT license, see LICENSE.
Unless attributed otherwise, everything in this repository is under the MIT license.

Acknowledgements

Special thanks to https://gbiggs.github.io/rosjp_urdf_tutorial_text/index.html

The file robotis_lds01.stl is released from ROBOTIS and licensed under the Apache License 2.0. The original file is released in turtlebot3_description package.

CHANGELOG

Changelog for package raspimouse_description

1.2.0 (2024-03-05)

  • シミュレータ環境でscanトピックをpublish (#52)
  • camera_downwardがtrueのときRGBカメラが斜め下を向くように変更 (#50) Co-authored-by: Shota Aoki <<s.aoki@rt-net.jp>>
  • READMEにRGBカメラを表示するコマンドを追記 (#47)
  • Gazebo上で画像トピックを配信できるように変更 (#46)
  • RGBカメラのモデルを表示できるように変更 (#45) Co-authored-by: Shota Aoki <<s.aoki@rt-net.jp>>
  • cmd_velとodomのトピック名をremapping (#44)
  • controller managerが起動するように変更 (#43) Co-authored-by: Shota Aoki <<s.aoki@rt-net.jp>>
  • robot_description_loaderを実装 (#42) Co-authored-by: Daisuke Sato <<daisuke.sato@rt-net.jp>>
  • Contributors: YusukeKato

1.1.0 (2023-11-07)

  • READMEにRGBカメラを表示するコマンドを追記 (#47)
  • Gazebo上で画像トピックを配信できるように変更 (#46)
  • RGBカメラのモデルを表示できるように変更 (#45) Co-authored-by: Shota Aoki <<s.aoki@rt-net.jp>>
  • cmd_velとodomのトピック名をremapping (#44)
  • controller managerが起動するように変更 (#43) Co-authored-by: Shota Aoki <<s.aoki@rt-net.jp>>
  • robot_description_loaderを実装 (#42) Co-authored-by: Daisuke Sato <<daisuke.sato@rt-net.jp>>
  • Contributors: YusukeKato

1.0.1 (2023-01-31)

  • Updates README
  • Update the license year to 2022
  • Adds LiDAR (#38)
  • Update library to rviz2 (#36)
  • Update tread (ROS 2) (#32)
  • Update README for ROS 2 (#26)
  • Support ROS 2 Foxy (#24)
  • Create LICENSE
  • Contributors: Daisuke Sato, Shota Aoki, Shuhei Kozasa

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged raspimouse_description at Robotics Stack Exchange

No version for distro rolling showing humble. Known supported distros are highlighted in the buttons above.
Package symbol

raspimouse_description package from raspimouse_description repo

raspimouse_description

ROS Distro
humble

Package Summary

Tags No category tags.
Version 1.2.0
License MIT
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/rt-net/raspimouse_description.git
VCS Type git
VCS Version humble-devel
Last Updated 2024-03-06
Dev Status MAINTAINED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

The raspimouse_description package

Additional Links

No additional links.

Maintainers

  • RT Corporation

Authors

  • Daisuke Sato
  • Shota Aoki
  • Yusuke Kato

raspimouse_description

ROS package with URDF description macro for Raspberry Pi Mouse

display_launch

This ROS package was separated from rt-net/raspimouse_sim.
See details from rt-net/raspimouse_sim#42.

The main development branch for ROS 1 is master.
The main development branch for ROS 2 is ros2.

Supported ROS distributions

Installation

# Clone raspimouse_description and install dependencies
cd ~/ros2_ws/src
git clone -b $ROS_DISTRO-devel https://github.com/rt-net/raspimouse_description
rosdep install -r -y -i --from-paths .

# Build the package
cd ~/ros2_ws
colcon build --symlink-install
source install/setup.bash

How to Use

Display a Raspberry Pi Mouse robot model on RViz2 with the following command:

ros2 launch raspimouse_description display.launch.py

You can also display a LiDAR mounted robot model with the following command:

ros2 launch raspimouse_description display.launch.py lidar:=rplidar

The lidar option supports urg, lds, and rplidar.

Similarly, display a RGB Camera mounted robot model with the following command:

ros2 launch raspimouse_description display.launch.py use_rgb_camera:=true

RGB Camera can be pointed down with the following command:

ros2 launch raspimouse_description display.launch.py use_rgb_camera:=true camera_downward:=true

LICENSE

(C) 2016-2022 RT Corporation

This repository is licensed under the MIT license, see LICENSE.
Unless attributed otherwise, everything in this repository is under the MIT license.

Acknowledgements

Special thanks to https://gbiggs.github.io/rosjp_urdf_tutorial_text/index.html

The file robotis_lds01.stl is released from ROBOTIS and licensed under the Apache License 2.0. The original file is released in turtlebot3_description package.

CHANGELOG

Changelog for package raspimouse_description

1.2.0 (2024-03-05)

  • シミュレータ環境でscanトピックをpublish (#52)
  • camera_downwardがtrueのときRGBカメラが斜め下を向くように変更 (#50) Co-authored-by: Shota Aoki <<s.aoki@rt-net.jp>>
  • READMEにRGBカメラを表示するコマンドを追記 (#47)
  • Gazebo上で画像トピックを配信できるように変更 (#46)
  • RGBカメラのモデルを表示できるように変更 (#45) Co-authored-by: Shota Aoki <<s.aoki@rt-net.jp>>
  • cmd_velとodomのトピック名をremapping (#44)
  • controller managerが起動するように変更 (#43) Co-authored-by: Shota Aoki <<s.aoki@rt-net.jp>>
  • robot_description_loaderを実装 (#42) Co-authored-by: Daisuke Sato <<daisuke.sato@rt-net.jp>>
  • Contributors: YusukeKato

1.1.0 (2023-11-07)

  • READMEにRGBカメラを表示するコマンドを追記 (#47)
  • Gazebo上で画像トピックを配信できるように変更 (#46)
  • RGBカメラのモデルを表示できるように変更 (#45) Co-authored-by: Shota Aoki <<s.aoki@rt-net.jp>>
  • cmd_velとodomのトピック名をremapping (#44)
  • controller managerが起動するように変更 (#43) Co-authored-by: Shota Aoki <<s.aoki@rt-net.jp>>
  • robot_description_loaderを実装 (#42) Co-authored-by: Daisuke Sato <<daisuke.sato@rt-net.jp>>
  • Contributors: YusukeKato

1.0.1 (2023-01-31)

  • Updates README
  • Update the license year to 2022
  • Adds LiDAR (#38)
  • Update library to rviz2 (#36)
  • Update tread (ROS 2) (#32)
  • Update README for ROS 2 (#26)
  • Support ROS 2 Foxy (#24)
  • Create LICENSE
  • Contributors: Daisuke Sato, Shota Aoki, Shuhei Kozasa

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged raspimouse_description at Robotics Stack Exchange

No version for distro ardent showing humble. Known supported distros are highlighted in the buttons above.
Package symbol

raspimouse_description package from raspimouse_description repo

raspimouse_description

ROS Distro
humble

Package Summary

Tags No category tags.
Version 1.2.0
License MIT
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/rt-net/raspimouse_description.git
VCS Type git
VCS Version humble-devel
Last Updated 2024-03-06
Dev Status MAINTAINED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

The raspimouse_description package

Additional Links

No additional links.

Maintainers

  • RT Corporation

Authors

  • Daisuke Sato
  • Shota Aoki
  • Yusuke Kato

raspimouse_description

ROS package with URDF description macro for Raspberry Pi Mouse

display_launch

This ROS package was separated from rt-net/raspimouse_sim.
See details from rt-net/raspimouse_sim#42.

The main development branch for ROS 1 is master.
The main development branch for ROS 2 is ros2.

Supported ROS distributions

Installation

# Clone raspimouse_description and install dependencies
cd ~/ros2_ws/src
git clone -b $ROS_DISTRO-devel https://github.com/rt-net/raspimouse_description
rosdep install -r -y -i --from-paths .

# Build the package
cd ~/ros2_ws
colcon build --symlink-install
source install/setup.bash

How to Use

Display a Raspberry Pi Mouse robot model on RViz2 with the following command:

ros2 launch raspimouse_description display.launch.py

You can also display a LiDAR mounted robot model with the following command:

ros2 launch raspimouse_description display.launch.py lidar:=rplidar

The lidar option supports urg, lds, and rplidar.

Similarly, display a RGB Camera mounted robot model with the following command:

ros2 launch raspimouse_description display.launch.py use_rgb_camera:=true

RGB Camera can be pointed down with the following command:

ros2 launch raspimouse_description display.launch.py use_rgb_camera:=true camera_downward:=true

LICENSE

(C) 2016-2022 RT Corporation

This repository is licensed under the MIT license, see LICENSE.
Unless attributed otherwise, everything in this repository is under the MIT license.

Acknowledgements

Special thanks to https://gbiggs.github.io/rosjp_urdf_tutorial_text/index.html

The file robotis_lds01.stl is released from ROBOTIS and licensed under the Apache License 2.0. The original file is released in turtlebot3_description package.

CHANGELOG

Changelog for package raspimouse_description

1.2.0 (2024-03-05)

  • シミュレータ環境でscanトピックをpublish (#52)
  • camera_downwardがtrueのときRGBカメラが斜め下を向くように変更 (#50) Co-authored-by: Shota Aoki <<s.aoki@rt-net.jp>>
  • READMEにRGBカメラを表示するコマンドを追記 (#47)
  • Gazebo上で画像トピックを配信できるように変更 (#46)
  • RGBカメラのモデルを表示できるように変更 (#45) Co-authored-by: Shota Aoki <<s.aoki@rt-net.jp>>
  • cmd_velとodomのトピック名をremapping (#44)
  • controller managerが起動するように変更 (#43) Co-authored-by: Shota Aoki <<s.aoki@rt-net.jp>>
  • robot_description_loaderを実装 (#42) Co-authored-by: Daisuke Sato <<daisuke.sato@rt-net.jp>>
  • Contributors: YusukeKato

1.1.0 (2023-11-07)

  • READMEにRGBカメラを表示するコマンドを追記 (#47)
  • Gazebo上で画像トピックを配信できるように変更 (#46)
  • RGBカメラのモデルを表示できるように変更 (#45) Co-authored-by: Shota Aoki <<s.aoki@rt-net.jp>>
  • cmd_velとodomのトピック名をremapping (#44)
  • controller managerが起動するように変更 (#43) Co-authored-by: Shota Aoki <<s.aoki@rt-net.jp>>
  • robot_description_loaderを実装 (#42) Co-authored-by: Daisuke Sato <<daisuke.sato@rt-net.jp>>
  • Contributors: YusukeKato

1.0.1 (2023-01-31)

  • Updates README
  • Update the license year to 2022
  • Adds LiDAR (#38)
  • Update library to rviz2 (#36)
  • Update tread (ROS 2) (#32)
  • Update README for ROS 2 (#26)
  • Support ROS 2 Foxy (#24)
  • Create LICENSE
  • Contributors: Daisuke Sato, Shota Aoki, Shuhei Kozasa

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged raspimouse_description at Robotics Stack Exchange

No version for distro bouncy showing humble. Known supported distros are highlighted in the buttons above.
Package symbol

raspimouse_description package from raspimouse_description repo

raspimouse_description

ROS Distro
humble

Package Summary

Tags No category tags.
Version 1.2.0
License MIT
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/rt-net/raspimouse_description.git
VCS Type git
VCS Version humble-devel
Last Updated 2024-03-06
Dev Status MAINTAINED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

The raspimouse_description package

Additional Links

No additional links.

Maintainers

  • RT Corporation

Authors

  • Daisuke Sato
  • Shota Aoki
  • Yusuke Kato

raspimouse_description

ROS package with URDF description macro for Raspberry Pi Mouse

display_launch

This ROS package was separated from rt-net/raspimouse_sim.
See details from rt-net/raspimouse_sim#42.

The main development branch for ROS 1 is master.
The main development branch for ROS 2 is ros2.

Supported ROS distributions

Installation

# Clone raspimouse_description and install dependencies
cd ~/ros2_ws/src
git clone -b $ROS_DISTRO-devel https://github.com/rt-net/raspimouse_description
rosdep install -r -y -i --from-paths .

# Build the package
cd ~/ros2_ws
colcon build --symlink-install
source install/setup.bash

How to Use

Display a Raspberry Pi Mouse robot model on RViz2 with the following command:

ros2 launch raspimouse_description display.launch.py

You can also display a LiDAR mounted robot model with the following command:

ros2 launch raspimouse_description display.launch.py lidar:=rplidar

The lidar option supports urg, lds, and rplidar.

Similarly, display a RGB Camera mounted robot model with the following command:

ros2 launch raspimouse_description display.launch.py use_rgb_camera:=true

RGB Camera can be pointed down with the following command:

ros2 launch raspimouse_description display.launch.py use_rgb_camera:=true camera_downward:=true

LICENSE

(C) 2016-2022 RT Corporation

This repository is licensed under the MIT license, see LICENSE.
Unless attributed otherwise, everything in this repository is under the MIT license.

Acknowledgements

Special thanks to https://gbiggs.github.io/rosjp_urdf_tutorial_text/index.html

The file robotis_lds01.stl is released from ROBOTIS and licensed under the Apache License 2.0. The original file is released in turtlebot3_description package.

CHANGELOG

Changelog for package raspimouse_description

1.2.0 (2024-03-05)

  • シミュレータ環境でscanトピックをpublish (#52)
  • camera_downwardがtrueのときRGBカメラが斜め下を向くように変更 (#50) Co-authored-by: Shota Aoki <<s.aoki@rt-net.jp>>
  • READMEにRGBカメラを表示するコマンドを追記 (#47)
  • Gazebo上で画像トピックを配信できるように変更 (#46)
  • RGBカメラのモデルを表示できるように変更 (#45) Co-authored-by: Shota Aoki <<s.aoki@rt-net.jp>>
  • cmd_velとodomのトピック名をremapping (#44)
  • controller managerが起動するように変更 (#43) Co-authored-by: Shota Aoki <<s.aoki@rt-net.jp>>
  • robot_description_loaderを実装 (#42) Co-authored-by: Daisuke Sato <<daisuke.sato@rt-net.jp>>
  • Contributors: YusukeKato

1.1.0 (2023-11-07)

  • READMEにRGBカメラを表示するコマンドを追記 (#47)
  • Gazebo上で画像トピックを配信できるように変更 (#46)
  • RGBカメラのモデルを表示できるように変更 (#45) Co-authored-by: Shota Aoki <<s.aoki@rt-net.jp>>
  • cmd_velとodomのトピック名をremapping (#44)
  • controller managerが起動するように変更 (#43) Co-authored-by: Shota Aoki <<s.aoki@rt-net.jp>>
  • robot_description_loaderを実装 (#42) Co-authored-by: Daisuke Sato <<daisuke.sato@rt-net.jp>>
  • Contributors: YusukeKato

1.0.1 (2023-01-31)

  • Updates README
  • Update the license year to 2022
  • Adds LiDAR (#38)
  • Update library to rviz2 (#36)
  • Update tread (ROS 2) (#32)
  • Update README for ROS 2 (#26)
  • Support ROS 2 Foxy (#24)
  • Create LICENSE
  • Contributors: Daisuke Sato, Shota Aoki, Shuhei Kozasa

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged raspimouse_description at Robotics Stack Exchange

No version for distro crystal showing humble. Known supported distros are highlighted in the buttons above.
Package symbol

raspimouse_description package from raspimouse_description repo

raspimouse_description

ROS Distro
humble

Package Summary

Tags No category tags.
Version 1.2.0
License MIT
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/rt-net/raspimouse_description.git
VCS Type git
VCS Version humble-devel
Last Updated 2024-03-06
Dev Status MAINTAINED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

The raspimouse_description package

Additional Links

No additional links.

Maintainers

  • RT Corporation

Authors

  • Daisuke Sato
  • Shota Aoki
  • Yusuke Kato

raspimouse_description

ROS package with URDF description macro for Raspberry Pi Mouse

display_launch

This ROS package was separated from rt-net/raspimouse_sim.
See details from rt-net/raspimouse_sim#42.

The main development branch for ROS 1 is master.
The main development branch for ROS 2 is ros2.

Supported ROS distributions

Installation

# Clone raspimouse_description and install dependencies
cd ~/ros2_ws/src
git clone -b $ROS_DISTRO-devel https://github.com/rt-net/raspimouse_description
rosdep install -r -y -i --from-paths .

# Build the package
cd ~/ros2_ws
colcon build --symlink-install
source install/setup.bash

How to Use

Display a Raspberry Pi Mouse robot model on RViz2 with the following command:

ros2 launch raspimouse_description display.launch.py

You can also display a LiDAR mounted robot model with the following command:

ros2 launch raspimouse_description display.launch.py lidar:=rplidar

The lidar option supports urg, lds, and rplidar.

Similarly, display a RGB Camera mounted robot model with the following command:

ros2 launch raspimouse_description display.launch.py use_rgb_camera:=true

RGB Camera can be pointed down with the following command:

ros2 launch raspimouse_description display.launch.py use_rgb_camera:=true camera_downward:=true

LICENSE

(C) 2016-2022 RT Corporation

This repository is licensed under the MIT license, see LICENSE.
Unless attributed otherwise, everything in this repository is under the MIT license.

Acknowledgements

Special thanks to https://gbiggs.github.io/rosjp_urdf_tutorial_text/index.html

The file robotis_lds01.stl is released from ROBOTIS and licensed under the Apache License 2.0. The original file is released in turtlebot3_description package.

CHANGELOG

Changelog for package raspimouse_description

1.2.0 (2024-03-05)

  • シミュレータ環境でscanトピックをpublish (#52)
  • camera_downwardがtrueのときRGBカメラが斜め下を向くように変更 (#50) Co-authored-by: Shota Aoki <<s.aoki@rt-net.jp>>
  • READMEにRGBカメラを表示するコマンドを追記 (#47)
  • Gazebo上で画像トピックを配信できるように変更 (#46)
  • RGBカメラのモデルを表示できるように変更 (#45) Co-authored-by: Shota Aoki <<s.aoki@rt-net.jp>>
  • cmd_velとodomのトピック名をremapping (#44)
  • controller managerが起動するように変更 (#43) Co-authored-by: Shota Aoki <<s.aoki@rt-net.jp>>
  • robot_description_loaderを実装 (#42) Co-authored-by: Daisuke Sato <<daisuke.sato@rt-net.jp>>
  • Contributors: YusukeKato

1.1.0 (2023-11-07)

  • READMEにRGBカメラを表示するコマンドを追記 (#47)
  • Gazebo上で画像トピックを配信できるように変更 (#46)
  • RGBカメラのモデルを表示できるように変更 (#45) Co-authored-by: Shota Aoki <<s.aoki@rt-net.jp>>
  • cmd_velとodomのトピック名をremapping (#44)
  • controller managerが起動するように変更 (#43) Co-authored-by: Shota Aoki <<s.aoki@rt-net.jp>>
  • robot_description_loaderを実装 (#42) Co-authored-by: Daisuke Sato <<daisuke.sato@rt-net.jp>>
  • Contributors: YusukeKato

1.0.1 (2023-01-31)

  • Updates README
  • Update the license year to 2022
  • Adds LiDAR (#38)
  • Update library to rviz2 (#36)
  • Update tread (ROS 2) (#32)
  • Update README for ROS 2 (#26)
  • Support ROS 2 Foxy (#24)
  • Create LICENSE
  • Contributors: Daisuke Sato, Shota Aoki, Shuhei Kozasa

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged raspimouse_description at Robotics Stack Exchange

No version for distro eloquent showing humble. Known supported distros are highlighted in the buttons above.
Package symbol

raspimouse_description package from raspimouse_description repo

raspimouse_description

ROS Distro
humble

Package Summary

Tags No category tags.
Version 1.2.0
License MIT
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/rt-net/raspimouse_description.git
VCS Type git
VCS Version humble-devel
Last Updated 2024-03-06
Dev Status MAINTAINED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

The raspimouse_description package

Additional Links

No additional links.

Maintainers

  • RT Corporation

Authors

  • Daisuke Sato
  • Shota Aoki
  • Yusuke Kato

raspimouse_description

ROS package with URDF description macro for Raspberry Pi Mouse

display_launch

This ROS package was separated from rt-net/raspimouse_sim.
See details from rt-net/raspimouse_sim#42.

The main development branch for ROS 1 is master.
The main development branch for ROS 2 is ros2.

Supported ROS distributions

Installation

# Clone raspimouse_description and install dependencies
cd ~/ros2_ws/src
git clone -b $ROS_DISTRO-devel https://github.com/rt-net/raspimouse_description
rosdep install -r -y -i --from-paths .

# Build the package
cd ~/ros2_ws
colcon build --symlink-install
source install/setup.bash

How to Use

Display a Raspberry Pi Mouse robot model on RViz2 with the following command:

ros2 launch raspimouse_description display.launch.py

You can also display a LiDAR mounted robot model with the following command:

ros2 launch raspimouse_description display.launch.py lidar:=rplidar

The lidar option supports urg, lds, and rplidar.

Similarly, display a RGB Camera mounted robot model with the following command:

ros2 launch raspimouse_description display.launch.py use_rgb_camera:=true

RGB Camera can be pointed down with the following command:

ros2 launch raspimouse_description display.launch.py use_rgb_camera:=true camera_downward:=true

LICENSE

(C) 2016-2022 RT Corporation

This repository is licensed under the MIT license, see LICENSE.
Unless attributed otherwise, everything in this repository is under the MIT license.

Acknowledgements

Special thanks to https://gbiggs.github.io/rosjp_urdf_tutorial_text/index.html

The file robotis_lds01.stl is released from ROBOTIS and licensed under the Apache License 2.0. The original file is released in turtlebot3_description package.

CHANGELOG

Changelog for package raspimouse_description

1.2.0 (2024-03-05)

  • シミュレータ環境でscanトピックをpublish (#52)
  • camera_downwardがtrueのときRGBカメラが斜め下を向くように変更 (#50) Co-authored-by: Shota Aoki <<s.aoki@rt-net.jp>>
  • READMEにRGBカメラを表示するコマンドを追記 (#47)
  • Gazebo上で画像トピックを配信できるように変更 (#46)
  • RGBカメラのモデルを表示できるように変更 (#45) Co-authored-by: Shota Aoki <<s.aoki@rt-net.jp>>
  • cmd_velとodomのトピック名をremapping (#44)
  • controller managerが起動するように変更 (#43) Co-authored-by: Shota Aoki <<s.aoki@rt-net.jp>>
  • robot_description_loaderを実装 (#42) Co-authored-by: Daisuke Sato <<daisuke.sato@rt-net.jp>>
  • Contributors: YusukeKato

1.1.0 (2023-11-07)

  • READMEにRGBカメラを表示するコマンドを追記 (#47)
  • Gazebo上で画像トピックを配信できるように変更 (#46)
  • RGBカメラのモデルを表示できるように変更 (#45) Co-authored-by: Shota Aoki <<s.aoki@rt-net.jp>>
  • cmd_velとodomのトピック名をremapping (#44)
  • controller managerが起動するように変更 (#43) Co-authored-by: Shota Aoki <<s.aoki@rt-net.jp>>
  • robot_description_loaderを実装 (#42) Co-authored-by: Daisuke Sato <<daisuke.sato@rt-net.jp>>
  • Contributors: YusukeKato

1.0.1 (2023-01-31)

  • Updates README
  • Update the license year to 2022
  • Adds LiDAR (#38)
  • Update library to rviz2 (#36)
  • Update tread (ROS 2) (#32)
  • Update README for ROS 2 (#26)
  • Support ROS 2 Foxy (#24)
  • Create LICENSE
  • Contributors: Daisuke Sato, Shota Aoki, Shuhei Kozasa

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged raspimouse_description at Robotics Stack Exchange

No version for distro dashing showing humble. Known supported distros are highlighted in the buttons above.
Package symbol

raspimouse_description package from raspimouse_description repo

raspimouse_description

ROS Distro
humble

Package Summary

Tags No category tags.
Version 1.2.0
License MIT
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/rt-net/raspimouse_description.git
VCS Type git
VCS Version humble-devel
Last Updated 2024-03-06
Dev Status MAINTAINED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

The raspimouse_description package

Additional Links

No additional links.

Maintainers

  • RT Corporation

Authors

  • Daisuke Sato
  • Shota Aoki
  • Yusuke Kato

raspimouse_description

ROS package with URDF description macro for Raspberry Pi Mouse

display_launch

This ROS package was separated from rt-net/raspimouse_sim.
See details from rt-net/raspimouse_sim#42.

The main development branch for ROS 1 is master.
The main development branch for ROS 2 is ros2.

Supported ROS distributions

Installation

# Clone raspimouse_description and install dependencies
cd ~/ros2_ws/src
git clone -b $ROS_DISTRO-devel https://github.com/rt-net/raspimouse_description
rosdep install -r -y -i --from-paths .

# Build the package
cd ~/ros2_ws
colcon build --symlink-install
source install/setup.bash

How to Use

Display a Raspberry Pi Mouse robot model on RViz2 with the following command:

ros2 launch raspimouse_description display.launch.py

You can also display a LiDAR mounted robot model with the following command:

ros2 launch raspimouse_description display.launch.py lidar:=rplidar

The lidar option supports urg, lds, and rplidar.

Similarly, display a RGB Camera mounted robot model with the following command:

ros2 launch raspimouse_description display.launch.py use_rgb_camera:=true

RGB Camera can be pointed down with the following command:

ros2 launch raspimouse_description display.launch.py use_rgb_camera:=true camera_downward:=true

LICENSE

(C) 2016-2022 RT Corporation

This repository is licensed under the MIT license, see LICENSE.
Unless attributed otherwise, everything in this repository is under the MIT license.

Acknowledgements

Special thanks to https://gbiggs.github.io/rosjp_urdf_tutorial_text/index.html

The file robotis_lds01.stl is released from ROBOTIS and licensed under the Apache License 2.0. The original file is released in turtlebot3_description package.

CHANGELOG

Changelog for package raspimouse_description

1.2.0 (2024-03-05)

  • シミュレータ環境でscanトピックをpublish (#52)
  • camera_downwardがtrueのときRGBカメラが斜め下を向くように変更 (#50) Co-authored-by: Shota Aoki <<s.aoki@rt-net.jp>>
  • READMEにRGBカメラを表示するコマンドを追記 (#47)
  • Gazebo上で画像トピックを配信できるように変更 (#46)
  • RGBカメラのモデルを表示できるように変更 (#45) Co-authored-by: Shota Aoki <<s.aoki@rt-net.jp>>
  • cmd_velとodomのトピック名をremapping (#44)
  • controller managerが起動するように変更 (#43) Co-authored-by: Shota Aoki <<s.aoki@rt-net.jp>>
  • robot_description_loaderを実装 (#42) Co-authored-by: Daisuke Sato <<daisuke.sato@rt-net.jp>>
  • Contributors: YusukeKato

1.1.0 (2023-11-07)

  • READMEにRGBカメラを表示するコマンドを追記 (#47)
  • Gazebo上で画像トピックを配信できるように変更 (#46)
  • RGBカメラのモデルを表示できるように変更 (#45) Co-authored-by: Shota Aoki <<s.aoki@rt-net.jp>>
  • cmd_velとodomのトピック名をremapping (#44)
  • controller managerが起動するように変更 (#43) Co-authored-by: Shota Aoki <<s.aoki@rt-net.jp>>
  • robot_description_loaderを実装 (#42) Co-authored-by: Daisuke Sato <<daisuke.sato@rt-net.jp>>
  • Contributors: YusukeKato

1.0.1 (2023-01-31)

  • Updates README
  • Update the license year to 2022
  • Adds LiDAR (#38)
  • Update library to rviz2 (#36)
  • Update tread (ROS 2) (#32)
  • Update README for ROS 2 (#26)
  • Support ROS 2 Foxy (#24)
  • Create LICENSE
  • Contributors: Daisuke Sato, Shota Aoki, Shuhei Kozasa

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged raspimouse_description at Robotics Stack Exchange

No version for distro galactic showing humble. Known supported distros are highlighted in the buttons above.
Package symbol

raspimouse_description package from raspimouse_description repo

raspimouse_description

ROS Distro
humble

Package Summary

Tags No category tags.
Version 1.2.0
License MIT
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/rt-net/raspimouse_description.git
VCS Type git
VCS Version humble-devel
Last Updated 2024-03-06
Dev Status MAINTAINED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

The raspimouse_description package

Additional Links

No additional links.

Maintainers

  • RT Corporation

Authors

  • Daisuke Sato
  • Shota Aoki
  • Yusuke Kato

raspimouse_description

ROS package with URDF description macro for Raspberry Pi Mouse

display_launch

This ROS package was separated from rt-net/raspimouse_sim.
See details from rt-net/raspimouse_sim#42.

The main development branch for ROS 1 is master.
The main development branch for ROS 2 is ros2.

Supported ROS distributions

Installation

# Clone raspimouse_description and install dependencies
cd ~/ros2_ws/src
git clone -b $ROS_DISTRO-devel https://github.com/rt-net/raspimouse_description
rosdep install -r -y -i --from-paths .

# Build the package
cd ~/ros2_ws
colcon build --symlink-install
source install/setup.bash

How to Use

Display a Raspberry Pi Mouse robot model on RViz2 with the following command:

ros2 launch raspimouse_description display.launch.py

You can also display a LiDAR mounted robot model with the following command:

ros2 launch raspimouse_description display.launch.py lidar:=rplidar

The lidar option supports urg, lds, and rplidar.

Similarly, display a RGB Camera mounted robot model with the following command:

ros2 launch raspimouse_description display.launch.py use_rgb_camera:=true

RGB Camera can be pointed down with the following command:

ros2 launch raspimouse_description display.launch.py use_rgb_camera:=true camera_downward:=true

LICENSE

(C) 2016-2022 RT Corporation

This repository is licensed under the MIT license, see LICENSE.
Unless attributed otherwise, everything in this repository is under the MIT license.

Acknowledgements

Special thanks to https://gbiggs.github.io/rosjp_urdf_tutorial_text/index.html

The file robotis_lds01.stl is released from ROBOTIS and licensed under the Apache License 2.0. The original file is released in turtlebot3_description package.

CHANGELOG

Changelog for package raspimouse_description

1.2.0 (2024-03-05)

  • シミュレータ環境でscanトピックをpublish (#52)
  • camera_downwardがtrueのときRGBカメラが斜め下を向くように変更 (#50) Co-authored-by: Shota Aoki <<s.aoki@rt-net.jp>>
  • READMEにRGBカメラを表示するコマンドを追記 (#47)
  • Gazebo上で画像トピックを配信できるように変更 (#46)
  • RGBカメラのモデルを表示できるように変更 (#45) Co-authored-by: Shota Aoki <<s.aoki@rt-net.jp>>
  • cmd_velとodomのトピック名をremapping (#44)
  • controller managerが起動するように変更 (#43) Co-authored-by: Shota Aoki <<s.aoki@rt-net.jp>>
  • robot_description_loaderを実装 (#42) Co-authored-by: Daisuke Sato <<daisuke.sato@rt-net.jp>>
  • Contributors: YusukeKato

1.1.0 (2023-11-07)

  • READMEにRGBカメラを表示するコマンドを追記 (#47)
  • Gazebo上で画像トピックを配信できるように変更 (#46)
  • RGBカメラのモデルを表示できるように変更 (#45) Co-authored-by: Shota Aoki <<s.aoki@rt-net.jp>>
  • cmd_velとodomのトピック名をremapping (#44)
  • controller managerが起動するように変更 (#43) Co-authored-by: Shota Aoki <<s.aoki@rt-net.jp>>
  • robot_description_loaderを実装 (#42) Co-authored-by: Daisuke Sato <<daisuke.sato@rt-net.jp>>
  • Contributors: YusukeKato

1.0.1 (2023-01-31)

  • Updates README
  • Update the license year to 2022
  • Adds LiDAR (#38)
  • Update library to rviz2 (#36)
  • Update tread (ROS 2) (#32)
  • Update README for ROS 2 (#26)
  • Support ROS 2 Foxy (#24)
  • Create LICENSE
  • Contributors: Daisuke Sato, Shota Aoki, Shuhei Kozasa

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged raspimouse_description at Robotics Stack Exchange

Package symbol

raspimouse_description package from raspimouse_description repo

raspimouse_description

ROS Distro
foxy

Package Summary

Tags No category tags.
Version 1.0.0
License MIT
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/rt-net/raspimouse_description.git
VCS Type git
VCS Version foxy-devel
Last Updated 2022-07-12
Dev Status MAINTAINED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

The raspimouse_description package

Additional Links

No additional links.

Maintainers

  • RT Corporation

Authors

  • Daisuke Sato
  • Shota Aoki
  • Shuhei Kozasa

raspimouse_description

ROS package with URDF description macro for Raspberry Pi Mouse

display_launch

This ROS package was separated from rt-net/raspimouse_sim.
See details from rt-net/raspimouse_sim#42.

The main development branch for ROS 1 is master.
The main development branch for ROS 2 is ros2.

Supported ROS distributions

Installation

# Clone raspimouse_description and install dependencies
cd ~/ros2_ws/src
git clone -b $ROS_DISTRO-devel https://github.com/rt-net/raspimouse_description
rosdep install -r -y -i --from-paths .

# Build the package
cd ~/ros2_ws
colcon build --symlink-install
source install/setup.bash

How to Use

Display a Raspberry Pi Mouse robot model on RViz2 with the following command:

ros2 launch raspimouse_description display.launch.py

You can also display a LiDAR mounted robot model with the following command:

ros2 launch raspimouse_description display.launch.py lidar:=rplidar

The lidar option supports urg, lds, and rplidar.

LICENSE

(C) 2016-2021 RT Corporation

This repository is licensed under the MIT license, see LICENSE.
Unless attributed otherwise, everything in this repository is under the MIT license.

Acknowledgements

Special thanks to https://gbiggs.github.io/rosjp_urdf_tutorial_text/index.html

The file robotis_lds01.stl is released from ROBOTIS and licensed under the Apache License 2.0. The original file is released in turtlebot3_description package.

CHANGELOG

Changelog for package raspimouse_description

1.0.0 (2022-07-12)

  • LiDARの追加 (#38)
  • Merge master branch (ROS1) into ros2 branch (#37)
  • Update library to rviz2 (#36)
  • Update tread (ROS 2) (#32)
  • Update README for ROS 2 (#26)
  • Support ROS 2 Foxy (#24)
  • Contributors: Daisuke Sato, Shota Aoki, Shuhei Kozasa

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged raspimouse_description at Robotics Stack Exchange

No version for distro iron showing humble. Known supported distros are highlighted in the buttons above.
Package symbol

raspimouse_description package from raspimouse_description repo

raspimouse_description

ROS Distro
humble

Package Summary

Tags No category tags.
Version 1.2.0
License MIT
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/rt-net/raspimouse_description.git
VCS Type git
VCS Version humble-devel
Last Updated 2024-03-06
Dev Status MAINTAINED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

The raspimouse_description package

Additional Links

No additional links.

Maintainers

  • RT Corporation

Authors

  • Daisuke Sato
  • Shota Aoki
  • Yusuke Kato

raspimouse_description

ROS package with URDF description macro for Raspberry Pi Mouse

display_launch

This ROS package was separated from rt-net/raspimouse_sim.
See details from rt-net/raspimouse_sim#42.

The main development branch for ROS 1 is master.
The main development branch for ROS 2 is ros2.

Supported ROS distributions

Installation

# Clone raspimouse_description and install dependencies
cd ~/ros2_ws/src
git clone -b $ROS_DISTRO-devel https://github.com/rt-net/raspimouse_description
rosdep install -r -y -i --from-paths .

# Build the package
cd ~/ros2_ws
colcon build --symlink-install
source install/setup.bash

How to Use

Display a Raspberry Pi Mouse robot model on RViz2 with the following command:

ros2 launch raspimouse_description display.launch.py

You can also display a LiDAR mounted robot model with the following command:

ros2 launch raspimouse_description display.launch.py lidar:=rplidar

The lidar option supports urg, lds, and rplidar.

Similarly, display a RGB Camera mounted robot model with the following command:

ros2 launch raspimouse_description display.launch.py use_rgb_camera:=true

RGB Camera can be pointed down with the following command:

ros2 launch raspimouse_description display.launch.py use_rgb_camera:=true camera_downward:=true

LICENSE

(C) 2016-2022 RT Corporation

This repository is licensed under the MIT license, see LICENSE.
Unless attributed otherwise, everything in this repository is under the MIT license.

Acknowledgements

Special thanks to https://gbiggs.github.io/rosjp_urdf_tutorial_text/index.html

The file robotis_lds01.stl is released from ROBOTIS and licensed under the Apache License 2.0. The original file is released in turtlebot3_description package.

CHANGELOG

Changelog for package raspimouse_description

1.2.0 (2024-03-05)

  • シミュレータ環境でscanトピックをpublish (#52)
  • camera_downwardがtrueのときRGBカメラが斜め下を向くように変更 (#50) Co-authored-by: Shota Aoki <<s.aoki@rt-net.jp>>
  • READMEにRGBカメラを表示するコマンドを追記 (#47)
  • Gazebo上で画像トピックを配信できるように変更 (#46)
  • RGBカメラのモデルを表示できるように変更 (#45) Co-authored-by: Shota Aoki <<s.aoki@rt-net.jp>>
  • cmd_velとodomのトピック名をremapping (#44)
  • controller managerが起動するように変更 (#43) Co-authored-by: Shota Aoki <<s.aoki@rt-net.jp>>
  • robot_description_loaderを実装 (#42) Co-authored-by: Daisuke Sato <<daisuke.sato@rt-net.jp>>
  • Contributors: YusukeKato

1.1.0 (2023-11-07)

  • READMEにRGBカメラを表示するコマンドを追記 (#47)
  • Gazebo上で画像トピックを配信できるように変更 (#46)
  • RGBカメラのモデルを表示できるように変更 (#45) Co-authored-by: Shota Aoki <<s.aoki@rt-net.jp>>
  • cmd_velとodomのトピック名をremapping (#44)
  • controller managerが起動するように変更 (#43) Co-authored-by: Shota Aoki <<s.aoki@rt-net.jp>>
  • robot_description_loaderを実装 (#42) Co-authored-by: Daisuke Sato <<daisuke.sato@rt-net.jp>>
  • Contributors: YusukeKato

1.0.1 (2023-01-31)

  • Updates README
  • Update the license year to 2022
  • Adds LiDAR (#38)
  • Update library to rviz2 (#36)
  • Update tread (ROS 2) (#32)
  • Update README for ROS 2 (#26)
  • Support ROS 2 Foxy (#24)
  • Create LICENSE
  • Contributors: Daisuke Sato, Shota Aoki, Shuhei Kozasa

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged raspimouse_description at Robotics Stack Exchange

No version for distro lunar showing humble. Known supported distros are highlighted in the buttons above.
Package symbol

raspimouse_description package from raspimouse_description repo

raspimouse_description

ROS Distro
humble

Package Summary

Tags No category tags.
Version 1.2.0
License MIT
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/rt-net/raspimouse_description.git
VCS Type git
VCS Version humble-devel
Last Updated 2024-03-06
Dev Status MAINTAINED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

The raspimouse_description package

Additional Links

No additional links.

Maintainers

  • RT Corporation

Authors

  • Daisuke Sato
  • Shota Aoki
  • Yusuke Kato

raspimouse_description

ROS package with URDF description macro for Raspberry Pi Mouse

display_launch

This ROS package was separated from rt-net/raspimouse_sim.
See details from rt-net/raspimouse_sim#42.

The main development branch for ROS 1 is master.
The main development branch for ROS 2 is ros2.

Supported ROS distributions

Installation

# Clone raspimouse_description and install dependencies
cd ~/ros2_ws/src
git clone -b $ROS_DISTRO-devel https://github.com/rt-net/raspimouse_description
rosdep install -r -y -i --from-paths .

# Build the package
cd ~/ros2_ws
colcon build --symlink-install
source install/setup.bash

How to Use

Display a Raspberry Pi Mouse robot model on RViz2 with the following command:

ros2 launch raspimouse_description display.launch.py

You can also display a LiDAR mounted robot model with the following command:

ros2 launch raspimouse_description display.launch.py lidar:=rplidar

The lidar option supports urg, lds, and rplidar.

Similarly, display a RGB Camera mounted robot model with the following command:

ros2 launch raspimouse_description display.launch.py use_rgb_camera:=true

RGB Camera can be pointed down with the following command:

ros2 launch raspimouse_description display.launch.py use_rgb_camera:=true camera_downward:=true

LICENSE

(C) 2016-2022 RT Corporation

This repository is licensed under the MIT license, see LICENSE.
Unless attributed otherwise, everything in this repository is under the MIT license.

Acknowledgements

Special thanks to https://gbiggs.github.io/rosjp_urdf_tutorial_text/index.html

The file robotis_lds01.stl is released from ROBOTIS and licensed under the Apache License 2.0. The original file is released in turtlebot3_description package.

CHANGELOG

Changelog for package raspimouse_description

1.2.0 (2024-03-05)

  • シミュレータ環境でscanトピックをpublish (#52)
  • camera_downwardがtrueのときRGBカメラが斜め下を向くように変更 (#50) Co-authored-by: Shota Aoki <<s.aoki@rt-net.jp>>
  • READMEにRGBカメラを表示するコマンドを追記 (#47)
  • Gazebo上で画像トピックを配信できるように変更 (#46)
  • RGBカメラのモデルを表示できるように変更 (#45) Co-authored-by: Shota Aoki <<s.aoki@rt-net.jp>>
  • cmd_velとodomのトピック名をremapping (#44)
  • controller managerが起動するように変更 (#43) Co-authored-by: Shota Aoki <<s.aoki@rt-net.jp>>
  • robot_description_loaderを実装 (#42) Co-authored-by: Daisuke Sato <<daisuke.sato@rt-net.jp>>
  • Contributors: YusukeKato

1.1.0 (2023-11-07)

  • READMEにRGBカメラを表示するコマンドを追記 (#47)
  • Gazebo上で画像トピックを配信できるように変更 (#46)
  • RGBカメラのモデルを表示できるように変更 (#45) Co-authored-by: Shota Aoki <<s.aoki@rt-net.jp>>
  • cmd_velとodomのトピック名をremapping (#44)
  • controller managerが起動するように変更 (#43) Co-authored-by: Shota Aoki <<s.aoki@rt-net.jp>>
  • robot_description_loaderを実装 (#42) Co-authored-by: Daisuke Sato <<daisuke.sato@rt-net.jp>>
  • Contributors: YusukeKato

1.0.1 (2023-01-31)

  • Updates README
  • Update the license year to 2022
  • Adds LiDAR (#38)
  • Update library to rviz2 (#36)
  • Update tread (ROS 2) (#32)
  • Update README for ROS 2 (#26)
  • Support ROS 2 Foxy (#24)
  • Create LICENSE
  • Contributors: Daisuke Sato, Shota Aoki, Shuhei Kozasa

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged raspimouse_description at Robotics Stack Exchange

No version for distro jade showing humble. Known supported distros are highlighted in the buttons above.
Package symbol

raspimouse_description package from raspimouse_description repo

raspimouse_description

ROS Distro
humble

Package Summary

Tags No category tags.
Version 1.2.0
License MIT
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/rt-net/raspimouse_description.git
VCS Type git
VCS Version humble-devel
Last Updated 2024-03-06
Dev Status MAINTAINED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

The raspimouse_description package

Additional Links

No additional links.

Maintainers

  • RT Corporation

Authors

  • Daisuke Sato
  • Shota Aoki
  • Yusuke Kato

raspimouse_description

ROS package with URDF description macro for Raspberry Pi Mouse

display_launch

This ROS package was separated from rt-net/raspimouse_sim.
See details from rt-net/raspimouse_sim#42.

The main development branch for ROS 1 is master.
The main development branch for ROS 2 is ros2.

Supported ROS distributions

Installation

# Clone raspimouse_description and install dependencies
cd ~/ros2_ws/src
git clone -b $ROS_DISTRO-devel https://github.com/rt-net/raspimouse_description
rosdep install -r -y -i --from-paths .

# Build the package
cd ~/ros2_ws
colcon build --symlink-install
source install/setup.bash

How to Use

Display a Raspberry Pi Mouse robot model on RViz2 with the following command:

ros2 launch raspimouse_description display.launch.py

You can also display a LiDAR mounted robot model with the following command:

ros2 launch raspimouse_description display.launch.py lidar:=rplidar

The lidar option supports urg, lds, and rplidar.

Similarly, display a RGB Camera mounted robot model with the following command:

ros2 launch raspimouse_description display.launch.py use_rgb_camera:=true

RGB Camera can be pointed down with the following command:

ros2 launch raspimouse_description display.launch.py use_rgb_camera:=true camera_downward:=true

LICENSE

(C) 2016-2022 RT Corporation

This repository is licensed under the MIT license, see LICENSE.
Unless attributed otherwise, everything in this repository is under the MIT license.

Acknowledgements

Special thanks to https://gbiggs.github.io/rosjp_urdf_tutorial_text/index.html

The file robotis_lds01.stl is released from ROBOTIS and licensed under the Apache License 2.0. The original file is released in turtlebot3_description package.

CHANGELOG

Changelog for package raspimouse_description

1.2.0 (2024-03-05)

  • シミュレータ環境でscanトピックをpublish (#52)
  • camera_downwardがtrueのときRGBカメラが斜め下を向くように変更 (#50) Co-authored-by: Shota Aoki <<s.aoki@rt-net.jp>>
  • READMEにRGBカメラを表示するコマンドを追記 (#47)
  • Gazebo上で画像トピックを配信できるように変更 (#46)
  • RGBカメラのモデルを表示できるように変更 (#45) Co-authored-by: Shota Aoki <<s.aoki@rt-net.jp>>
  • cmd_velとodomのトピック名をremapping (#44)
  • controller managerが起動するように変更 (#43) Co-authored-by: Shota Aoki <<s.aoki@rt-net.jp>>
  • robot_description_loaderを実装 (#42) Co-authored-by: Daisuke Sato <<daisuke.sato@rt-net.jp>>
  • Contributors: YusukeKato

1.1.0 (2023-11-07)

  • READMEにRGBカメラを表示するコマンドを追記 (#47)
  • Gazebo上で画像トピックを配信できるように変更 (#46)
  • RGBカメラのモデルを表示できるように変更 (#45) Co-authored-by: Shota Aoki <<s.aoki@rt-net.jp>>
  • cmd_velとodomのトピック名をremapping (#44)
  • controller managerが起動するように変更 (#43) Co-authored-by: Shota Aoki <<s.aoki@rt-net.jp>>
  • robot_description_loaderを実装 (#42) Co-authored-by: Daisuke Sato <<daisuke.sato@rt-net.jp>>
  • Contributors: YusukeKato

1.0.1 (2023-01-31)

  • Updates README
  • Update the license year to 2022
  • Adds LiDAR (#38)
  • Update library to rviz2 (#36)
  • Update tread (ROS 2) (#32)
  • Update README for ROS 2 (#26)
  • Support ROS 2 Foxy (#24)
  • Create LICENSE
  • Contributors: Daisuke Sato, Shota Aoki, Shuhei Kozasa

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged raspimouse_description at Robotics Stack Exchange

Package symbol

raspimouse_description package from raspimouse_sim repo

raspimouse_control raspimouse_description raspimouse_gazebo raspimouse_sim

ROS Distro
indigo

Package Summary

Tags No category tags.
Version 0.1.0
License MIT
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/rt-net/raspimouse_sim.git
VCS Type git
VCS Version indigo-devel
Last Updated 2018-11-10
Dev Status MAINTAINED
CI status Continuous Integration
Released UNRELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

The raspimouse_description package

Additional Links

Maintainers

  • RT Corporation

Authors

  • Daisuke Sato
README
No README found. See repository README.
CHANGELOG
No CHANGELOG found.

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

System Dependencies

No direct system dependencies.

Dependant Packages

Name Deps
raspimouse_sim

Launch files

  • launch/display_urdf.launch
      • model [default: $(find raspimouse_description)/urdf/raspimouse.urdf]
      • rvizconfig [default: $(find raspimouse_description)/launch/config/urdf.rviz]
      • gui [default: True]
  • launch/display_xacro.launch
      • model [default: $(find raspimouse_description)/robots/raspimouse.urdf.xacro]
      • rvizconfig [default: $(find raspimouse_description)/launch/config/urdf.rviz]
      • gui [default: true]

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged raspimouse_description at Robotics Stack Exchange

No version for distro hydro showing humble. Known supported distros are highlighted in the buttons above.
Package symbol

raspimouse_description package from raspimouse_description repo

raspimouse_description

ROS Distro
humble

Package Summary

Tags No category tags.
Version 1.2.0
License MIT
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/rt-net/raspimouse_description.git
VCS Type git
VCS Version humble-devel
Last Updated 2024-03-06
Dev Status MAINTAINED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

The raspimouse_description package

Additional Links

No additional links.

Maintainers

  • RT Corporation

Authors

  • Daisuke Sato
  • Shota Aoki
  • Yusuke Kato

raspimouse_description

ROS package with URDF description macro for Raspberry Pi Mouse

display_launch

This ROS package was separated from rt-net/raspimouse_sim.
See details from rt-net/raspimouse_sim#42.

The main development branch for ROS 1 is master.
The main development branch for ROS 2 is ros2.

Supported ROS distributions

Installation

# Clone raspimouse_description and install dependencies
cd ~/ros2_ws/src
git clone -b $ROS_DISTRO-devel https://github.com/rt-net/raspimouse_description
rosdep install -r -y -i --from-paths .

# Build the package
cd ~/ros2_ws
colcon build --symlink-install
source install/setup.bash

How to Use

Display a Raspberry Pi Mouse robot model on RViz2 with the following command:

ros2 launch raspimouse_description display.launch.py

You can also display a LiDAR mounted robot model with the following command:

ros2 launch raspimouse_description display.launch.py lidar:=rplidar

The lidar option supports urg, lds, and rplidar.

Similarly, display a RGB Camera mounted robot model with the following command:

ros2 launch raspimouse_description display.launch.py use_rgb_camera:=true

RGB Camera can be pointed down with the following command:

ros2 launch raspimouse_description display.launch.py use_rgb_camera:=true camera_downward:=true

LICENSE

(C) 2016-2022 RT Corporation

This repository is licensed under the MIT license, see LICENSE.
Unless attributed otherwise, everything in this repository is under the MIT license.

Acknowledgements

Special thanks to https://gbiggs.github.io/rosjp_urdf_tutorial_text/index.html

The file robotis_lds01.stl is released from ROBOTIS and licensed under the Apache License 2.0. The original file is released in turtlebot3_description package.

CHANGELOG

Changelog for package raspimouse_description

1.2.0 (2024-03-05)

  • シミュレータ環境でscanトピックをpublish (#52)
  • camera_downwardがtrueのときRGBカメラが斜め下を向くように変更 (#50) Co-authored-by: Shota Aoki <<s.aoki@rt-net.jp>>
  • READMEにRGBカメラを表示するコマンドを追記 (#47)
  • Gazebo上で画像トピックを配信できるように変更 (#46)
  • RGBカメラのモデルを表示できるように変更 (#45) Co-authored-by: Shota Aoki <<s.aoki@rt-net.jp>>
  • cmd_velとodomのトピック名をremapping (#44)
  • controller managerが起動するように変更 (#43) Co-authored-by: Shota Aoki <<s.aoki@rt-net.jp>>
  • robot_description_loaderを実装 (#42) Co-authored-by: Daisuke Sato <<daisuke.sato@rt-net.jp>>
  • Contributors: YusukeKato

1.1.0 (2023-11-07)

  • READMEにRGBカメラを表示するコマンドを追記 (#47)
  • Gazebo上で画像トピックを配信できるように変更 (#46)
  • RGBカメラのモデルを表示できるように変更 (#45) Co-authored-by: Shota Aoki <<s.aoki@rt-net.jp>>
  • cmd_velとodomのトピック名をremapping (#44)
  • controller managerが起動するように変更 (#43) Co-authored-by: Shota Aoki <<s.aoki@rt-net.jp>>
  • robot_description_loaderを実装 (#42) Co-authored-by: Daisuke Sato <<daisuke.sato@rt-net.jp>>
  • Contributors: YusukeKato

1.0.1 (2023-01-31)

  • Updates README
  • Update the license year to 2022
  • Adds LiDAR (#38)
  • Update library to rviz2 (#36)
  • Update tread (ROS 2) (#32)
  • Update README for ROS 2 (#26)
  • Support ROS 2 Foxy (#24)
  • Create LICENSE
  • Contributors: Daisuke Sato, Shota Aoki, Shuhei Kozasa

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged raspimouse_description at Robotics Stack Exchange

Package symbol

raspimouse_description package from raspimouse_description repo

raspimouse_description

ROS Distro
kinetic

Package Summary

Tags No category tags.
Version 0.1.0
License MIT
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/rt-net/raspimouse_description.git
VCS Type git
VCS Version master
Last Updated 2022-12-08
Dev Status MAINTAINED
CI status Continuous Integration
Released UNRELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

The raspimouse_description package

Additional Links

Maintainers

  • RT Corporation

Authors

  • Daisuke Sato

raspimouse_description

ROS package with URDF description macro for Raspberry Pi Mouse

display_launch

This ROS package was separated from rt-net/raspimouse_sim.
See details from rt-net/raspimouse_sim#42.

The main development branch for ROS 1 is master.
The main development branch for ROS 2 is ros2.

Supported ROS distributions

Installation

# Clone raspimouse_description and install dependencies
cd ~/catkin_ws/src
git clone https://github.com/rt-net/raspimouse_description
rosdep install -r -y -i --from-paths .

# Build the package
cd ~/catkin_ws
catkin_make
source devel/setup.bash

How to Use

Display a Raspberry Pi Mouse robot model on RViz with the following comand:

roslaunch raspimouse_description display_xacro.launch 

LICENSE

(C) 2016-2020 RT Corporation <shop@rt-net.jp>

This repository is licensed under the MIT license, see LICENSE.
Unless attributed otherwise, everything in this repository is under the MIT license.

Acknowledgements

Special thanks to https://gbiggs.github.io/rosjp_urdf_tutorial_text/index.html

CHANGELOG

Changelog for package raspimouse_description

0.1.0 (2022-12-06)

  • ROS 1 first release
  • Contributors: Daisuke Sato, Shota Aoki

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

System Dependencies

No direct system dependencies.

Dependant Packages

Launch files

  • launch/display_urdf.launch
      • model [default: $(find raspimouse_description)/urdf/raspimouse.urdf]
      • rvizconfig [default: $(find raspimouse_description)/launch/config/urdf.rviz]
      • gui [default: true]
  • launch/display_xacro.launch
      • model [default: $(find raspimouse_description)/urdf/raspimouse.urdf.xacro]
      • rvizconfig [default: $(find raspimouse_description)/launch/config/urdf.rviz]
      • use_rviz [default: true]
      • gui [default: true]
      • urg [default: false]
      • lidar_frame [default: laser]
      • xacro_option [default: ]
      • namespace [default: /]

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged raspimouse_description at Robotics Stack Exchange

Package symbol

raspimouse_description package from raspimouse_description repo

raspimouse_description

ROS Distro
melodic

Package Summary

Tags No category tags.
Version 0.1.0
License MIT
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/rt-net/raspimouse_description.git
VCS Type git
VCS Version master
Last Updated 2022-12-08
Dev Status MAINTAINED
CI status Continuous Integration : 0 / 0
Released UNRELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

The raspimouse_description package

Additional Links

Maintainers

  • RT Corporation

Authors

  • Daisuke Sato

raspimouse_description

ROS package with URDF description macro for Raspberry Pi Mouse

display_launch

This ROS package was separated from rt-net/raspimouse_sim.
See details from rt-net/raspimouse_sim#42.

The main development branch for ROS 1 is master.
The main development branch for ROS 2 is ros2.

Supported ROS distributions

Installation

# Clone raspimouse_description and install dependencies
cd ~/catkin_ws/src
git clone https://github.com/rt-net/raspimouse_description
rosdep install -r -y -i --from-paths .

# Build the package
cd ~/catkin_ws
catkin_make
source devel/setup.bash

How to Use

Display a Raspberry Pi Mouse robot model on RViz with the following comand:

roslaunch raspimouse_description display_xacro.launch 

LICENSE

(C) 2016-2020 RT Corporation <shop@rt-net.jp>

This repository is licensed under the MIT license, see LICENSE.
Unless attributed otherwise, everything in this repository is under the MIT license.

Acknowledgements

Special thanks to https://gbiggs.github.io/rosjp_urdf_tutorial_text/index.html

CHANGELOG

Changelog for package raspimouse_description

0.1.0 (2022-12-06)

  • ROS 1 first release
  • Contributors: Daisuke Sato, Shota Aoki

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

System Dependencies

No direct system dependencies.

Dependant Packages

Launch files

  • launch/display_urdf.launch
      • model [default: $(find raspimouse_description)/urdf/raspimouse.urdf]
      • rvizconfig [default: $(find raspimouse_description)/launch/config/urdf.rviz]
      • gui [default: true]
  • launch/display_xacro.launch
      • model [default: $(find raspimouse_description)/urdf/raspimouse.urdf.xacro]
      • rvizconfig [default: $(find raspimouse_description)/launch/config/urdf.rviz]
      • use_rviz [default: true]
      • gui [default: true]
      • urg [default: false]
      • lidar_frame [default: laser]
      • xacro_option [default: ]
      • namespace [default: /]

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged raspimouse_description at Robotics Stack Exchange

Package symbol

raspimouse_description package from raspimouse_description repo

raspimouse_description

ROS Distro
noetic

Package Summary

Tags No category tags.
Version 0.1.0
License MIT
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/rt-net/raspimouse_description.git
VCS Type git
VCS Version noetic-devel
Last Updated 2022-12-08
Dev Status MAINTAINED
CI status No Continuous Integration
Released UNRELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

The raspimouse_description package

Additional Links

Maintainers

  • RT Corporation

Authors

  • Daisuke Sato

raspimouse_description

ROS package with URDF description macro for Raspberry Pi Mouse

display_launch

This ROS package was separated from rt-net/raspimouse_sim.
See details from rt-net/raspimouse_sim#42.

The main development branch for ROS 1 is master.
The main development branch for ROS 2 is ros2.

Supported ROS distributions

Installation

# Clone raspimouse_description and install dependencies
cd ~/catkin_ws/src
git clone https://github.com/rt-net/raspimouse_description
rosdep install -r -y -i --from-paths .

# Build the package
cd ~/catkin_ws
catkin_make
source devel/setup.bash

How to Use

Display a Raspberry Pi Mouse robot model on RViz with the following comand:

roslaunch raspimouse_description display_xacro.launch 

LICENSE

(C) 2016-2020 RT Corporation <shop@rt-net.jp>

This repository is licensed under the MIT license, see LICENSE.
Unless attributed otherwise, everything in this repository is under the MIT license.

Acknowledgements

Special thanks to https://gbiggs.github.io/rosjp_urdf_tutorial_text/index.html

CHANGELOG

Changelog for package raspimouse_description

0.1.0 (2022-12-06)

  • ROS 1 first release
  • Contributors: Daisuke Sato, Shota Aoki

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

System Dependencies

No direct system dependencies.

Launch files

  • launch/display_urdf.launch
      • model [default: $(find raspimouse_description)/urdf/raspimouse.urdf]
      • rvizconfig [default: $(find raspimouse_description)/launch/config/urdf.rviz]
      • gui [default: true]
  • launch/display_xacro.launch
      • model [default: $(find raspimouse_description)/urdf/raspimouse.urdf.xacro]
      • rvizconfig [default: $(find raspimouse_description)/launch/config/urdf.rviz]
      • use_rviz [default: true]
      • gui [default: true]
      • urg [default: false]
      • lidar_frame [default: laser]
      • xacro_option [default: ]
      • namespace [default: /]

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged raspimouse_description at Robotics Stack Exchange