Package Summary
Tags | No category tags. |
Version | 2.14.0 |
License | BSD-3-Clause |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ros-planning/moveit2.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2025-06-14 |
Dev Status | DEVELOPED |
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
Additional Links
Maintainers
- Henning Kayser
- Tyler Weaver
- Jon Binney
- MoveIt Release Team
Authors
- Ioan Sucan
- Dave Coleman
- Sachin Chitta
Changelog for package moveit_ros_visualization
2.14.0 (2025-06-13)
2.13.2 (2025-04-16)
2.13.1 (2025-04-15)
- Planning scene monitor: reliable QoS (#3400)
- Respect robot alpha value in trail trajectory visual (#3353)
- Contributors: Aleksey Nogin, Florian Beck, Mark Johnson
2.13.0 (2025-02-15)
- Use attached object colors as is in Rviz plugin (#3274)
- Fix MeshShape::clear() for safer mesh removal (#3164)
- Contributors: Aleksey Nogin, Matt Wang
2.12.0 (2024-11-29)
- Enhancement/use hpp for headers (#3113)
- Attached Collision Object Transparency (#3093)
- Contributors: Aiden, Tom Noble
2.11.0 (2024-09-16)
- New implementation for computeCartesianPath() (#2916)
- Contributors: Robert Haschke
2.10.0 (2024-06-13)
- Migrate ros-planning org to moveit
(#2847)
- Rename github.com/ros-planning -> github.com/moveit
- Rename ros-planning.github.io -> moveit.github.io
- Rename ros-planning organization in docker and CI workflow files
- ghcr.io/ros-planning -> ghcr.io/moveit
- github.repository == 'moveit/*''
- Unify log names (#2720) Co-authored-by: Abishalini Sivaraman <<abi.gpuram@gmail.com>>
- CMake format and lint in pre-commit (#2683)
- Contributors: Henning Kayser, Robert Haschke, Sebastian Jahr, Tyler Weaver
2.9.0 (2024-01-09)
-
Node logging for the rest of MoveIt (#2599)
-
Node logging in moveit_core (#2503)
-
Use node logging in moveit_ros (#2482)
-
Add new clang-tidy style rules (#2177)
-
Merge branch 'main' into dependabot/github_actions/SonarSource/sonarcloud-github-c-cpp-2
-
Converts float to double (#2343)
* Limiting the scope of variables #874 Limited the scope of variables in moveit_core/collision_detection
* Update moveit_core/collision_detection/src/collision_octomap_filter.cpp Co-authored-by: AndyZe <<andyz@utexas.edu>>
* Update moveit_core/collision_detection/src/collision_octomap_filter.cpp Co-authored-by: AndyZe <<andyz@utexas.edu>>
* Update moveit_core/collision_detection/src/collision_octomap_filter.cpp Co-authored-by: AndyZe <<andyz@utexas.edu>>
- convert float to double
- change double to float
- Feedback fixes
- Introduced variables removed from previous merge commit
- Updated GL_Renderer function definitions with double instead of float
- Changed update() function arguments to float since it is a derived virtual function and needs to be overriden
- Fixed all override errors in visualization
* Fixed override errors in perceptionChanged reinterpret_cast to
File truncated at 100 lines see the full file
Wiki Tutorials
Package Dependencies
System Dependencies
Dependant Packages
Launch files
Messages
Services
Recent questions tagged moveit_ros_visualization at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 2.14.0 |
License | BSD-3-Clause |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ros-planning/moveit2.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2025-06-14 |
Dev Status | DEVELOPED |
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
Additional Links
Maintainers
- Henning Kayser
- Tyler Weaver
- Jon Binney
- MoveIt Release Team
Authors
- Ioan Sucan
- Dave Coleman
- Sachin Chitta
Changelog for package moveit_ros_visualization
2.14.0 (2025-06-13)
2.13.2 (2025-04-16)
2.13.1 (2025-04-15)
- Planning scene monitor: reliable QoS (#3400)
- Respect robot alpha value in trail trajectory visual (#3353)
- Contributors: Aleksey Nogin, Florian Beck, Mark Johnson
2.13.0 (2025-02-15)
- Use attached object colors as is in Rviz plugin (#3274)
- Fix MeshShape::clear() for safer mesh removal (#3164)
- Contributors: Aleksey Nogin, Matt Wang
2.12.0 (2024-11-29)
- Enhancement/use hpp for headers (#3113)
- Attached Collision Object Transparency (#3093)
- Contributors: Aiden, Tom Noble
2.11.0 (2024-09-16)
- New implementation for computeCartesianPath() (#2916)
- Contributors: Robert Haschke
2.10.0 (2024-06-13)
- Migrate ros-planning org to moveit
(#2847)
- Rename github.com/ros-planning -> github.com/moveit
- Rename ros-planning.github.io -> moveit.github.io
- Rename ros-planning organization in docker and CI workflow files
- ghcr.io/ros-planning -> ghcr.io/moveit
- github.repository == 'moveit/*''
- Unify log names (#2720) Co-authored-by: Abishalini Sivaraman <<abi.gpuram@gmail.com>>
- CMake format and lint in pre-commit (#2683)
- Contributors: Henning Kayser, Robert Haschke, Sebastian Jahr, Tyler Weaver
2.9.0 (2024-01-09)
-
Node logging for the rest of MoveIt (#2599)
-
Node logging in moveit_core (#2503)
-
Use node logging in moveit_ros (#2482)
-
Add new clang-tidy style rules (#2177)
-
Merge branch 'main' into dependabot/github_actions/SonarSource/sonarcloud-github-c-cpp-2
-
Converts float to double (#2343)
* Limiting the scope of variables #874 Limited the scope of variables in moveit_core/collision_detection
* Update moveit_core/collision_detection/src/collision_octomap_filter.cpp Co-authored-by: AndyZe <<andyz@utexas.edu>>
* Update moveit_core/collision_detection/src/collision_octomap_filter.cpp Co-authored-by: AndyZe <<andyz@utexas.edu>>
* Update moveit_core/collision_detection/src/collision_octomap_filter.cpp Co-authored-by: AndyZe <<andyz@utexas.edu>>
- convert float to double
- change double to float
- Feedback fixes
- Introduced variables removed from previous merge commit
- Updated GL_Renderer function definitions with double instead of float
- Changed update() function arguments to float since it is a derived virtual function and needs to be overriden
- Fixed all override errors in visualization
* Fixed override errors in perceptionChanged reinterpret_cast to
File truncated at 100 lines see the full file
Wiki Tutorials
Package Dependencies
System Dependencies
Dependant Packages
Launch files
Messages
Services
Recent questions tagged moveit_ros_visualization at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 2.14.0 |
License | BSD-3-Clause |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ros-planning/moveit2.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2025-06-14 |
Dev Status | DEVELOPED |
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
Additional Links
Maintainers
- Henning Kayser
- Tyler Weaver
- Jon Binney
- MoveIt Release Team
Authors
- Ioan Sucan
- Dave Coleman
- Sachin Chitta
Changelog for package moveit_ros_visualization
2.14.0 (2025-06-13)
2.13.2 (2025-04-16)
2.13.1 (2025-04-15)
- Planning scene monitor: reliable QoS (#3400)
- Respect robot alpha value in trail trajectory visual (#3353)
- Contributors: Aleksey Nogin, Florian Beck, Mark Johnson
2.13.0 (2025-02-15)
- Use attached object colors as is in Rviz plugin (#3274)
- Fix MeshShape::clear() for safer mesh removal (#3164)
- Contributors: Aleksey Nogin, Matt Wang
2.12.0 (2024-11-29)
- Enhancement/use hpp for headers (#3113)
- Attached Collision Object Transparency (#3093)
- Contributors: Aiden, Tom Noble
2.11.0 (2024-09-16)
- New implementation for computeCartesianPath() (#2916)
- Contributors: Robert Haschke
2.10.0 (2024-06-13)
- Migrate ros-planning org to moveit
(#2847)
- Rename github.com/ros-planning -> github.com/moveit
- Rename ros-planning.github.io -> moveit.github.io
- Rename ros-planning organization in docker and CI workflow files
- ghcr.io/ros-planning -> ghcr.io/moveit
- github.repository == 'moveit/*''
- Unify log names (#2720) Co-authored-by: Abishalini Sivaraman <<abi.gpuram@gmail.com>>
- CMake format and lint in pre-commit (#2683)
- Contributors: Henning Kayser, Robert Haschke, Sebastian Jahr, Tyler Weaver
2.9.0 (2024-01-09)
-
Node logging for the rest of MoveIt (#2599)
-
Node logging in moveit_core (#2503)
-
Use node logging in moveit_ros (#2482)
-
Add new clang-tidy style rules (#2177)
-
Merge branch 'main' into dependabot/github_actions/SonarSource/sonarcloud-github-c-cpp-2
-
Converts float to double (#2343)
* Limiting the scope of variables #874 Limited the scope of variables in moveit_core/collision_detection
* Update moveit_core/collision_detection/src/collision_octomap_filter.cpp Co-authored-by: AndyZe <<andyz@utexas.edu>>
* Update moveit_core/collision_detection/src/collision_octomap_filter.cpp Co-authored-by: AndyZe <<andyz@utexas.edu>>
* Update moveit_core/collision_detection/src/collision_octomap_filter.cpp Co-authored-by: AndyZe <<andyz@utexas.edu>>
- convert float to double
- change double to float
- Feedback fixes
- Introduced variables removed from previous merge commit
- Updated GL_Renderer function definitions with double instead of float
- Changed update() function arguments to float since it is a derived virtual function and needs to be overriden
- Fixed all override errors in visualization
* Fixed override errors in perceptionChanged reinterpret_cast to
File truncated at 100 lines see the full file
Wiki Tutorials
Package Dependencies
System Dependencies
Dependant Packages
Launch files
Messages
Services
Recent questions tagged moveit_ros_visualization at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 2.14.0 |
License | BSD-3-Clause |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ros-planning/moveit2.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2025-06-14 |
Dev Status | DEVELOPED |
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
Additional Links
Maintainers
- Henning Kayser
- Tyler Weaver
- Jon Binney
- MoveIt Release Team
Authors
- Ioan Sucan
- Dave Coleman
- Sachin Chitta
Changelog for package moveit_ros_visualization
2.14.0 (2025-06-13)
2.13.2 (2025-04-16)
2.13.1 (2025-04-15)
- Planning scene monitor: reliable QoS (#3400)
- Respect robot alpha value in trail trajectory visual (#3353)
- Contributors: Aleksey Nogin, Florian Beck, Mark Johnson
2.13.0 (2025-02-15)
- Use attached object colors as is in Rviz plugin (#3274)
- Fix MeshShape::clear() for safer mesh removal (#3164)
- Contributors: Aleksey Nogin, Matt Wang
2.12.0 (2024-11-29)
- Enhancement/use hpp for headers (#3113)
- Attached Collision Object Transparency (#3093)
- Contributors: Aiden, Tom Noble
2.11.0 (2024-09-16)
- New implementation for computeCartesianPath() (#2916)
- Contributors: Robert Haschke
2.10.0 (2024-06-13)
- Migrate ros-planning org to moveit
(#2847)
- Rename github.com/ros-planning -> github.com/moveit
- Rename ros-planning.github.io -> moveit.github.io
- Rename ros-planning organization in docker and CI workflow files
- ghcr.io/ros-planning -> ghcr.io/moveit
- github.repository == 'moveit/*''
- Unify log names (#2720) Co-authored-by: Abishalini Sivaraman <<abi.gpuram@gmail.com>>
- CMake format and lint in pre-commit (#2683)
- Contributors: Henning Kayser, Robert Haschke, Sebastian Jahr, Tyler Weaver
2.9.0 (2024-01-09)
-
Node logging for the rest of MoveIt (#2599)
-
Node logging in moveit_core (#2503)
-
Use node logging in moveit_ros (#2482)
-
Add new clang-tidy style rules (#2177)
-
Merge branch 'main' into dependabot/github_actions/SonarSource/sonarcloud-github-c-cpp-2
-
Converts float to double (#2343)
* Limiting the scope of variables #874 Limited the scope of variables in moveit_core/collision_detection
* Update moveit_core/collision_detection/src/collision_octomap_filter.cpp Co-authored-by: AndyZe <<andyz@utexas.edu>>
* Update moveit_core/collision_detection/src/collision_octomap_filter.cpp Co-authored-by: AndyZe <<andyz@utexas.edu>>
* Update moveit_core/collision_detection/src/collision_octomap_filter.cpp Co-authored-by: AndyZe <<andyz@utexas.edu>>
- convert float to double
- change double to float
- Feedback fixes
- Introduced variables removed from previous merge commit
- Updated GL_Renderer function definitions with double instead of float
- Changed update() function arguments to float since it is a derived virtual function and needs to be overriden
- Fixed all override errors in visualization
* Fixed override errors in perceptionChanged reinterpret_cast to
File truncated at 100 lines see the full file
Wiki Tutorials
Package Dependencies
System Dependencies
Dependant Packages
Launch files
Messages
Services
Recent questions tagged moveit_ros_visualization at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 2.14.0 |
License | BSD-3-Clause |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ros-planning/moveit2.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2025-06-14 |
Dev Status | DEVELOPED |
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
Additional Links
Maintainers
- Henning Kayser
- Tyler Weaver
- Jon Binney
- MoveIt Release Team
Authors
- Ioan Sucan
- Dave Coleman
- Sachin Chitta
Changelog for package moveit_ros_visualization
2.14.0 (2025-06-13)
2.13.2 (2025-04-16)
2.13.1 (2025-04-15)
- Planning scene monitor: reliable QoS (#3400)
- Respect robot alpha value in trail trajectory visual (#3353)
- Contributors: Aleksey Nogin, Florian Beck, Mark Johnson
2.13.0 (2025-02-15)
- Use attached object colors as is in Rviz plugin (#3274)
- Fix MeshShape::clear() for safer mesh removal (#3164)
- Contributors: Aleksey Nogin, Matt Wang
2.12.0 (2024-11-29)
- Enhancement/use hpp for headers (#3113)
- Attached Collision Object Transparency (#3093)
- Contributors: Aiden, Tom Noble
2.11.0 (2024-09-16)
- New implementation for computeCartesianPath() (#2916)
- Contributors: Robert Haschke
2.10.0 (2024-06-13)
- Migrate ros-planning org to moveit
(#2847)
- Rename github.com/ros-planning -> github.com/moveit
- Rename ros-planning.github.io -> moveit.github.io
- Rename ros-planning organization in docker and CI workflow files
- ghcr.io/ros-planning -> ghcr.io/moveit
- github.repository == 'moveit/*''
- Unify log names (#2720) Co-authored-by: Abishalini Sivaraman <<abi.gpuram@gmail.com>>
- CMake format and lint in pre-commit (#2683)
- Contributors: Henning Kayser, Robert Haschke, Sebastian Jahr, Tyler Weaver
2.9.0 (2024-01-09)
-
Node logging for the rest of MoveIt (#2599)
-
Node logging in moveit_core (#2503)
-
Use node logging in moveit_ros (#2482)
-
Add new clang-tidy style rules (#2177)
-
Merge branch 'main' into dependabot/github_actions/SonarSource/sonarcloud-github-c-cpp-2
-
Converts float to double (#2343)
* Limiting the scope of variables #874 Limited the scope of variables in moveit_core/collision_detection
* Update moveit_core/collision_detection/src/collision_octomap_filter.cpp Co-authored-by: AndyZe <<andyz@utexas.edu>>
* Update moveit_core/collision_detection/src/collision_octomap_filter.cpp Co-authored-by: AndyZe <<andyz@utexas.edu>>
* Update moveit_core/collision_detection/src/collision_octomap_filter.cpp Co-authored-by: AndyZe <<andyz@utexas.edu>>
- convert float to double
- change double to float
- Feedback fixes
- Introduced variables removed from previous merge commit
- Updated GL_Renderer function definitions with double instead of float
- Changed update() function arguments to float since it is a derived virtual function and needs to be overriden
- Fixed all override errors in visualization
* Fixed override errors in perceptionChanged reinterpret_cast to
File truncated at 100 lines see the full file
Wiki Tutorials
Package Dependencies
System Dependencies
Dependant Packages
Launch files
Messages
Services
Recent questions tagged moveit_ros_visualization at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 2.14.0 |
License | BSD-3-Clause |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ros-planning/moveit2.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2025-06-14 |
Dev Status | DEVELOPED |
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
Additional Links
Maintainers
- Henning Kayser
- Tyler Weaver
- Jon Binney
- MoveIt Release Team
Authors
- Ioan Sucan
- Dave Coleman
- Sachin Chitta
Changelog for package moveit_ros_visualization
2.14.0 (2025-06-13)
2.13.2 (2025-04-16)
2.13.1 (2025-04-15)
- Planning scene monitor: reliable QoS (#3400)
- Respect robot alpha value in trail trajectory visual (#3353)
- Contributors: Aleksey Nogin, Florian Beck, Mark Johnson
2.13.0 (2025-02-15)
- Use attached object colors as is in Rviz plugin (#3274)
- Fix MeshShape::clear() for safer mesh removal (#3164)
- Contributors: Aleksey Nogin, Matt Wang
2.12.0 (2024-11-29)
- Enhancement/use hpp for headers (#3113)
- Attached Collision Object Transparency (#3093)
- Contributors: Aiden, Tom Noble
2.11.0 (2024-09-16)
- New implementation for computeCartesianPath() (#2916)
- Contributors: Robert Haschke
2.10.0 (2024-06-13)
- Migrate ros-planning org to moveit
(#2847)
- Rename github.com/ros-planning -> github.com/moveit
- Rename ros-planning.github.io -> moveit.github.io
- Rename ros-planning organization in docker and CI workflow files
- ghcr.io/ros-planning -> ghcr.io/moveit
- github.repository == 'moveit/*''
- Unify log names (#2720) Co-authored-by: Abishalini Sivaraman <<abi.gpuram@gmail.com>>
- CMake format and lint in pre-commit (#2683)
- Contributors: Henning Kayser, Robert Haschke, Sebastian Jahr, Tyler Weaver
2.9.0 (2024-01-09)
-
Node logging for the rest of MoveIt (#2599)
-
Node logging in moveit_core (#2503)
-
Use node logging in moveit_ros (#2482)
-
Add new clang-tidy style rules (#2177)
-
Merge branch 'main' into dependabot/github_actions/SonarSource/sonarcloud-github-c-cpp-2
-
Converts float to double (#2343)
* Limiting the scope of variables #874 Limited the scope of variables in moveit_core/collision_detection
* Update moveit_core/collision_detection/src/collision_octomap_filter.cpp Co-authored-by: AndyZe <<andyz@utexas.edu>>
* Update moveit_core/collision_detection/src/collision_octomap_filter.cpp Co-authored-by: AndyZe <<andyz@utexas.edu>>
* Update moveit_core/collision_detection/src/collision_octomap_filter.cpp Co-authored-by: AndyZe <<andyz@utexas.edu>>
- convert float to double
- change double to float
- Feedback fixes
- Introduced variables removed from previous merge commit
- Updated GL_Renderer function definitions with double instead of float
- Changed update() function arguments to float since it is a derived virtual function and needs to be overriden
- Fixed all override errors in visualization
* Fixed override errors in perceptionChanged reinterpret_cast to
File truncated at 100 lines see the full file
Wiki Tutorials
Package Dependencies
System Dependencies
Dependant Packages
Launch files
Messages
Services
Recent questions tagged moveit_ros_visualization at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 2.14.0 |
License | BSD-3-Clause |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ros-planning/moveit2.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2025-06-14 |
Dev Status | DEVELOPED |
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
Additional Links
Maintainers
- Henning Kayser
- Tyler Weaver
- Jon Binney
- MoveIt Release Team
Authors
- Ioan Sucan
- Dave Coleman
- Sachin Chitta
Changelog for package moveit_ros_visualization
2.14.0 (2025-06-13)
2.13.2 (2025-04-16)
2.13.1 (2025-04-15)
- Planning scene monitor: reliable QoS (#3400)
- Respect robot alpha value in trail trajectory visual (#3353)
- Contributors: Aleksey Nogin, Florian Beck, Mark Johnson
2.13.0 (2025-02-15)
- Use attached object colors as is in Rviz plugin (#3274)
- Fix MeshShape::clear() for safer mesh removal (#3164)
- Contributors: Aleksey Nogin, Matt Wang
2.12.0 (2024-11-29)
- Enhancement/use hpp for headers (#3113)
- Attached Collision Object Transparency (#3093)
- Contributors: Aiden, Tom Noble
2.11.0 (2024-09-16)
- New implementation for computeCartesianPath() (#2916)
- Contributors: Robert Haschke
2.10.0 (2024-06-13)
- Migrate ros-planning org to moveit
(#2847)
- Rename github.com/ros-planning -> github.com/moveit
- Rename ros-planning.github.io -> moveit.github.io
- Rename ros-planning organization in docker and CI workflow files
- ghcr.io/ros-planning -> ghcr.io/moveit
- github.repository == 'moveit/*''
- Unify log names (#2720) Co-authored-by: Abishalini Sivaraman <<abi.gpuram@gmail.com>>
- CMake format and lint in pre-commit (#2683)
- Contributors: Henning Kayser, Robert Haschke, Sebastian Jahr, Tyler Weaver
2.9.0 (2024-01-09)
-
Node logging for the rest of MoveIt (#2599)
-
Node logging in moveit_core (#2503)
-
Use node logging in moveit_ros (#2482)
-
Add new clang-tidy style rules (#2177)
-
Merge branch 'main' into dependabot/github_actions/SonarSource/sonarcloud-github-c-cpp-2
-
Converts float to double (#2343)
* Limiting the scope of variables #874 Limited the scope of variables in moveit_core/collision_detection
* Update moveit_core/collision_detection/src/collision_octomap_filter.cpp Co-authored-by: AndyZe <<andyz@utexas.edu>>
* Update moveit_core/collision_detection/src/collision_octomap_filter.cpp Co-authored-by: AndyZe <<andyz@utexas.edu>>
* Update moveit_core/collision_detection/src/collision_octomap_filter.cpp Co-authored-by: AndyZe <<andyz@utexas.edu>>
- convert float to double
- change double to float
- Feedback fixes
- Introduced variables removed from previous merge commit
- Updated GL_Renderer function definitions with double instead of float
- Changed update() function arguments to float since it is a derived virtual function and needs to be overriden
- Fixed all override errors in visualization
* Fixed override errors in perceptionChanged reinterpret_cast to
File truncated at 100 lines see the full file
Wiki Tutorials
Package Dependencies
System Dependencies
Dependant Packages
Launch files
Messages
Services
Recent questions tagged moveit_ros_visualization at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 2.14.0 |
License | BSD-3-Clause |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ros-planning/moveit2.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2025-06-14 |
Dev Status | DEVELOPED |
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
Additional Links
Maintainers
- Henning Kayser
- Tyler Weaver
- Jon Binney
- MoveIt Release Team
Authors
- Ioan Sucan
- Dave Coleman
- Sachin Chitta
Changelog for package moveit_ros_visualization
2.14.0 (2025-06-13)
2.13.2 (2025-04-16)
2.13.1 (2025-04-15)
- Planning scene monitor: reliable QoS (#3400)
- Respect robot alpha value in trail trajectory visual (#3353)
- Contributors: Aleksey Nogin, Florian Beck, Mark Johnson
2.13.0 (2025-02-15)
- Use attached object colors as is in Rviz plugin (#3274)
- Fix MeshShape::clear() for safer mesh removal (#3164)
- Contributors: Aleksey Nogin, Matt Wang
2.12.0 (2024-11-29)
- Enhancement/use hpp for headers (#3113)
- Attached Collision Object Transparency (#3093)
- Contributors: Aiden, Tom Noble
2.11.0 (2024-09-16)
- New implementation for computeCartesianPath() (#2916)
- Contributors: Robert Haschke
2.10.0 (2024-06-13)
- Migrate ros-planning org to moveit
(#2847)
- Rename github.com/ros-planning -> github.com/moveit
- Rename ros-planning.github.io -> moveit.github.io
- Rename ros-planning organization in docker and CI workflow files
- ghcr.io/ros-planning -> ghcr.io/moveit
- github.repository == 'moveit/*''
- Unify log names (#2720) Co-authored-by: Abishalini Sivaraman <<abi.gpuram@gmail.com>>
- CMake format and lint in pre-commit (#2683)
- Contributors: Henning Kayser, Robert Haschke, Sebastian Jahr, Tyler Weaver
2.9.0 (2024-01-09)
-
Node logging for the rest of MoveIt (#2599)
-
Node logging in moveit_core (#2503)
-
Use node logging in moveit_ros (#2482)
-
Add new clang-tidy style rules (#2177)
-
Merge branch 'main' into dependabot/github_actions/SonarSource/sonarcloud-github-c-cpp-2
-
Converts float to double (#2343)
* Limiting the scope of variables #874 Limited the scope of variables in moveit_core/collision_detection
* Update moveit_core/collision_detection/src/collision_octomap_filter.cpp Co-authored-by: AndyZe <<andyz@utexas.edu>>
* Update moveit_core/collision_detection/src/collision_octomap_filter.cpp Co-authored-by: AndyZe <<andyz@utexas.edu>>
* Update moveit_core/collision_detection/src/collision_octomap_filter.cpp Co-authored-by: AndyZe <<andyz@utexas.edu>>
- convert float to double
- change double to float
- Feedback fixes
- Introduced variables removed from previous merge commit
- Updated GL_Renderer function definitions with double instead of float
- Changed update() function arguments to float since it is a derived virtual function and needs to be overriden
- Fixed all override errors in visualization
* Fixed override errors in perceptionChanged reinterpret_cast to
File truncated at 100 lines see the full file
Wiki Tutorials
Package Dependencies
System Dependencies
Dependant Packages
Launch files
Messages
Services
Recent questions tagged moveit_ros_visualization at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 2.14.0 |
License | BSD-3-Clause |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ros-planning/moveit2.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2025-06-14 |
Dev Status | DEVELOPED |
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
Additional Links
Maintainers
- Henning Kayser
- Tyler Weaver
- Jon Binney
- MoveIt Release Team
Authors
- Ioan Sucan
- Dave Coleman
- Sachin Chitta
Changelog for package moveit_ros_visualization
2.14.0 (2025-06-13)
2.13.2 (2025-04-16)
2.13.1 (2025-04-15)
- Planning scene monitor: reliable QoS (#3400)
- Respect robot alpha value in trail trajectory visual (#3353)
- Contributors: Aleksey Nogin, Florian Beck, Mark Johnson
2.13.0 (2025-02-15)
- Use attached object colors as is in Rviz plugin (#3274)
- Fix MeshShape::clear() for safer mesh removal (#3164)
- Contributors: Aleksey Nogin, Matt Wang
2.12.0 (2024-11-29)
- Enhancement/use hpp for headers (#3113)
- Attached Collision Object Transparency (#3093)
- Contributors: Aiden, Tom Noble
2.11.0 (2024-09-16)
- New implementation for computeCartesianPath() (#2916)
- Contributors: Robert Haschke
2.10.0 (2024-06-13)
- Migrate ros-planning org to moveit
(#2847)
- Rename github.com/ros-planning -> github.com/moveit
- Rename ros-planning.github.io -> moveit.github.io
- Rename ros-planning organization in docker and CI workflow files
- ghcr.io/ros-planning -> ghcr.io/moveit
- github.repository == 'moveit/*''
- Unify log names (#2720) Co-authored-by: Abishalini Sivaraman <<abi.gpuram@gmail.com>>
- CMake format and lint in pre-commit (#2683)
- Contributors: Henning Kayser, Robert Haschke, Sebastian Jahr, Tyler Weaver
2.9.0 (2024-01-09)
-
Node logging for the rest of MoveIt (#2599)
-
Node logging in moveit_core (#2503)
-
Use node logging in moveit_ros (#2482)
-
Add new clang-tidy style rules (#2177)
-
Merge branch 'main' into dependabot/github_actions/SonarSource/sonarcloud-github-c-cpp-2
-
Converts float to double (#2343)
* Limiting the scope of variables #874 Limited the scope of variables in moveit_core/collision_detection
* Update moveit_core/collision_detection/src/collision_octomap_filter.cpp Co-authored-by: AndyZe <<andyz@utexas.edu>>
* Update moveit_core/collision_detection/src/collision_octomap_filter.cpp Co-authored-by: AndyZe <<andyz@utexas.edu>>
* Update moveit_core/collision_detection/src/collision_octomap_filter.cpp Co-authored-by: AndyZe <<andyz@utexas.edu>>
- convert float to double
- change double to float
- Feedback fixes
- Introduced variables removed from previous merge commit
- Updated GL_Renderer function definitions with double instead of float
- Changed update() function arguments to float since it is a derived virtual function and needs to be overriden
- Fixed all override errors in visualization
* Fixed override errors in perceptionChanged reinterpret_cast to
File truncated at 100 lines see the full file
Wiki Tutorials
Package Dependencies
System Dependencies
Dependant Packages
Launch files
Messages
Services
Recent questions tagged moveit_ros_visualization at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 2.14.0 |
License | BSD-3-Clause |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ros-planning/moveit2.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2025-06-14 |
Dev Status | DEVELOPED |
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
Additional Links
Maintainers
- Henning Kayser
- Tyler Weaver
- Jon Binney
- MoveIt Release Team
Authors
- Ioan Sucan
- Dave Coleman
- Sachin Chitta
Changelog for package moveit_ros_visualization
2.14.0 (2025-06-13)
2.13.2 (2025-04-16)
2.13.1 (2025-04-15)
- Planning scene monitor: reliable QoS (#3400)
- Respect robot alpha value in trail trajectory visual (#3353)
- Contributors: Aleksey Nogin, Florian Beck, Mark Johnson
2.13.0 (2025-02-15)
- Use attached object colors as is in Rviz plugin (#3274)
- Fix MeshShape::clear() for safer mesh removal (#3164)
- Contributors: Aleksey Nogin, Matt Wang
2.12.0 (2024-11-29)
- Enhancement/use hpp for headers (#3113)
- Attached Collision Object Transparency (#3093)
- Contributors: Aiden, Tom Noble
2.11.0 (2024-09-16)
- New implementation for computeCartesianPath() (#2916)
- Contributors: Robert Haschke
2.10.0 (2024-06-13)
- Migrate ros-planning org to moveit
(#2847)
- Rename github.com/ros-planning -> github.com/moveit
- Rename ros-planning.github.io -> moveit.github.io
- Rename ros-planning organization in docker and CI workflow files
- ghcr.io/ros-planning -> ghcr.io/moveit
- github.repository == 'moveit/*''
- Unify log names (#2720) Co-authored-by: Abishalini Sivaraman <<abi.gpuram@gmail.com>>
- CMake format and lint in pre-commit (#2683)
- Contributors: Henning Kayser, Robert Haschke, Sebastian Jahr, Tyler Weaver
2.9.0 (2024-01-09)
-
Node logging for the rest of MoveIt (#2599)
-
Node logging in moveit_core (#2503)
-
Use node logging in moveit_ros (#2482)
-
Add new clang-tidy style rules (#2177)
-
Merge branch 'main' into dependabot/github_actions/SonarSource/sonarcloud-github-c-cpp-2
-
Converts float to double (#2343)
* Limiting the scope of variables #874 Limited the scope of variables in moveit_core/collision_detection
* Update moveit_core/collision_detection/src/collision_octomap_filter.cpp Co-authored-by: AndyZe <<andyz@utexas.edu>>
* Update moveit_core/collision_detection/src/collision_octomap_filter.cpp Co-authored-by: AndyZe <<andyz@utexas.edu>>
* Update moveit_core/collision_detection/src/collision_octomap_filter.cpp Co-authored-by: AndyZe <<andyz@utexas.edu>>
- convert float to double
- change double to float
- Feedback fixes
- Introduced variables removed from previous merge commit
- Updated GL_Renderer function definitions with double instead of float
- Changed update() function arguments to float since it is a derived virtual function and needs to be overriden
- Fixed all override errors in visualization
* Fixed override errors in perceptionChanged reinterpret_cast to
File truncated at 100 lines see the full file
Wiki Tutorials
Package Dependencies
System Dependencies
Dependant Packages
Launch files
Messages
Services
Recent questions tagged moveit_ros_visualization at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 2.14.0 |
License | BSD-3-Clause |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ros-planning/moveit2.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2025-06-14 |
Dev Status | DEVELOPED |
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
Additional Links
Maintainers
- Henning Kayser
- Tyler Weaver
- Jon Binney
- MoveIt Release Team
Authors
- Ioan Sucan
- Dave Coleman
- Sachin Chitta
Changelog for package moveit_ros_visualization
2.14.0 (2025-06-13)
2.13.2 (2025-04-16)
2.13.1 (2025-04-15)
- Planning scene monitor: reliable QoS (#3400)
- Respect robot alpha value in trail trajectory visual (#3353)
- Contributors: Aleksey Nogin, Florian Beck, Mark Johnson
2.13.0 (2025-02-15)
- Use attached object colors as is in Rviz plugin (#3274)
- Fix MeshShape::clear() for safer mesh removal (#3164)
- Contributors: Aleksey Nogin, Matt Wang
2.12.0 (2024-11-29)
- Enhancement/use hpp for headers (#3113)
- Attached Collision Object Transparency (#3093)
- Contributors: Aiden, Tom Noble
2.11.0 (2024-09-16)
- New implementation for computeCartesianPath() (#2916)
- Contributors: Robert Haschke
2.10.0 (2024-06-13)
- Migrate ros-planning org to moveit
(#2847)
- Rename github.com/ros-planning -> github.com/moveit
- Rename ros-planning.github.io -> moveit.github.io
- Rename ros-planning organization in docker and CI workflow files
- ghcr.io/ros-planning -> ghcr.io/moveit
- github.repository == 'moveit/*''
- Unify log names (#2720) Co-authored-by: Abishalini Sivaraman <<abi.gpuram@gmail.com>>
- CMake format and lint in pre-commit (#2683)
- Contributors: Henning Kayser, Robert Haschke, Sebastian Jahr, Tyler Weaver
2.9.0 (2024-01-09)
-
Node logging for the rest of MoveIt (#2599)
-
Node logging in moveit_core (#2503)
-
Use node logging in moveit_ros (#2482)
-
Add new clang-tidy style rules (#2177)
-
Merge branch 'main' into dependabot/github_actions/SonarSource/sonarcloud-github-c-cpp-2
-
Converts float to double (#2343)
* Limiting the scope of variables #874 Limited the scope of variables in moveit_core/collision_detection
* Update moveit_core/collision_detection/src/collision_octomap_filter.cpp Co-authored-by: AndyZe <<andyz@utexas.edu>>
* Update moveit_core/collision_detection/src/collision_octomap_filter.cpp Co-authored-by: AndyZe <<andyz@utexas.edu>>
* Update moveit_core/collision_detection/src/collision_octomap_filter.cpp Co-authored-by: AndyZe <<andyz@utexas.edu>>
- convert float to double
- change double to float
- Feedback fixes
- Introduced variables removed from previous merge commit
- Updated GL_Renderer function definitions with double instead of float
- Changed update() function arguments to float since it is a derived virtual function and needs to be overriden
- Fixed all override errors in visualization
* Fixed override errors in perceptionChanged reinterpret_cast to
File truncated at 100 lines see the full file
Wiki Tutorials
Package Dependencies
System Dependencies
Launch files
Messages
Services
Recent questions tagged moveit_ros_visualization at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 2.14.0 |
License | BSD-3-Clause |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ros-planning/moveit2.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2025-06-14 |
Dev Status | DEVELOPED |
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
Additional Links
Maintainers
- Henning Kayser
- Tyler Weaver
- Jon Binney
- MoveIt Release Team
Authors
- Ioan Sucan
- Dave Coleman
- Sachin Chitta
Changelog for package moveit_ros_visualization
2.14.0 (2025-06-13)
2.13.2 (2025-04-16)
2.13.1 (2025-04-15)
- Planning scene monitor: reliable QoS (#3400)
- Respect robot alpha value in trail trajectory visual (#3353)
- Contributors: Aleksey Nogin, Florian Beck, Mark Johnson
2.13.0 (2025-02-15)
- Use attached object colors as is in Rviz plugin (#3274)
- Fix MeshShape::clear() for safer mesh removal (#3164)
- Contributors: Aleksey Nogin, Matt Wang
2.12.0 (2024-11-29)
- Enhancement/use hpp for headers (#3113)
- Attached Collision Object Transparency (#3093)
- Contributors: Aiden, Tom Noble
2.11.0 (2024-09-16)
- New implementation for computeCartesianPath() (#2916)
- Contributors: Robert Haschke
2.10.0 (2024-06-13)
- Migrate ros-planning org to moveit
(#2847)
- Rename github.com/ros-planning -> github.com/moveit
- Rename ros-planning.github.io -> moveit.github.io
- Rename ros-planning organization in docker and CI workflow files
- ghcr.io/ros-planning -> ghcr.io/moveit
- github.repository == 'moveit/*''
- Unify log names (#2720) Co-authored-by: Abishalini Sivaraman <<abi.gpuram@gmail.com>>
- CMake format and lint in pre-commit (#2683)
- Contributors: Henning Kayser, Robert Haschke, Sebastian Jahr, Tyler Weaver
2.9.0 (2024-01-09)
-
Node logging for the rest of MoveIt (#2599)
-
Node logging in moveit_core (#2503)
-
Use node logging in moveit_ros (#2482)
-
Add new clang-tidy style rules (#2177)
-
Merge branch 'main' into dependabot/github_actions/SonarSource/sonarcloud-github-c-cpp-2
-
Converts float to double (#2343)
* Limiting the scope of variables #874 Limited the scope of variables in moveit_core/collision_detection
* Update moveit_core/collision_detection/src/collision_octomap_filter.cpp Co-authored-by: AndyZe <<andyz@utexas.edu>>
* Update moveit_core/collision_detection/src/collision_octomap_filter.cpp Co-authored-by: AndyZe <<andyz@utexas.edu>>
* Update moveit_core/collision_detection/src/collision_octomap_filter.cpp Co-authored-by: AndyZe <<andyz@utexas.edu>>
- convert float to double
- change double to float
- Feedback fixes
- Introduced variables removed from previous merge commit
- Updated GL_Renderer function definitions with double instead of float
- Changed update() function arguments to float since it is a derived virtual function and needs to be overriden
- Fixed all override errors in visualization
* Fixed override errors in perceptionChanged reinterpret_cast to
File truncated at 100 lines see the full file
Wiki Tutorials
Package Dependencies
System Dependencies
Launch files
Messages
Services
Recent questions tagged moveit_ros_visualization at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 0.9.18 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ros-planning/moveit.git |
VCS Type | git |
VCS Version | kinetic-devel |
Last Updated | 2020-10-12 |
Dev Status | DEVELOPED |
CI status | Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Jon Binney
- Michael Ferguson
- MoveIt! Release Team
Authors
- Ioan Sucan
- Dave Coleman
- Sachin Chitta
Changelog for package moveit_ros_visualization
0.9.18 (2020-01-24)
0.9.17 (2019-07-09)
0.9.16 (2019-06-29)
- [maintanance] Resolve catkin lint issues (#1137)
- [maintanance] Improve clang-format (#1214)
- [fix] Fix issues in rendering of attached bodies (#1199)
- Contributors: Ludovic Delval, Robert Haschke, Sven Krause
0.9.15 (2018-10-29)
- [improvement] Exploit the fact that our transforms are isometries (instead of general affine transformations). #1091
- [maintenance] Store more settings of rviz' PlanningFrame (#1135)
- [code] cleanup, improvements (#1141)
- Contributors: Alexander Gutenkunst, Jonathan Hechtbauer, Robert Haschke
0.9.14 (2018-10-24)
0.9.13 (2018-10-24)
- [fix] build issue in boost/thread/mutex.hpp (#1055)
- [fix] optional namespace args (#929)
- [maintenance] Python3 support (#1103, #1054)
- [maintenance] add minimum required pluginlib version (#927)
- Contributors: Michael Görner, Mikael Arguedas, Mohmmad Ayman, Robert Haschke, Timon Engelke, mike lautman
0.9.12 (2018-05-29)
- [maintenance] Reduce vertical size of Rviz MotionPlanning Window (#891)
- [feature] rviz plugin: set start/goal RobotState from external
(#823)
- /rviz/moveit/update_custom_start_state
- /rviz/moveit/update_custom_goal_state stopping from external:
- /rviz/moveit/stop
- [feature] namespace capabilities for moveit_commander (#835)
- [fix] consider shape transform for OcTree
- [fix] realtime trajectory display (#761)
- Contributors: Alexander Rössler, Dave Coleman, Ian McMahon, Mikael Arguedas, Pan Hy, Phy, Robert Haschke, Will Baker
0.9.11 (2017-12-25)
0.9.10 (2017-12-09)
- [fix] don't crash on empty robot_description in RobotState plugin #688
- [fix] RobotState rviz previewer: First message from e.g. latching publishers is not applied to robot state correctly (#596)
- [doc] Document auto scale in Rviz plugin (#602)
- Contributors: Dave Coleman, Isaac I.Y. Saito, Simon Schmeisser, axelschroth
0.9.9 (2017-08-06)
- [fix] RobotStateVisualization: clear before load to avoid segfault #572
- Contributors: v4hn
0.9.8 (2017-06-21)
- [fix] TrajectoryVisualization crash if no window_context exists (#523, #525)
- [fix] robot display: Don't reload robot model upon topic change (Fixes #528)
- [build] add Qt-moc guards for boost 1.64 compatibility (#534)
- [enhance] rviz display: stop trajectory visualization on new plan. Fixes #526 (#531, #510).
- Contributors: Isaac I.Y. Saito, Simon Schmeisser, Yannick Jonetzko, henhenhen, v4hn
0.9.7 (2017-06-05)
File truncated at 100 lines see the full file
Wiki Tutorials
Package Dependencies
System Dependencies
Name |
---|
eigen |
pkg-config |
Dependant Packages
Launch files
Messages
Services
Recent questions tagged moveit_ros_visualization at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 0.8.7 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ros-planning/moveit.git |
VCS Type | git |
VCS Version | jade-devel |
Last Updated | 2017-07-23 |
Dev Status | DEVELOPED |
CI status | Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Ioan Sucan
- Michael Ferguson
Authors
- Ioan Sucan
- Dave Coleman
- Sachin Chitta
Changelog for package moveit_ros_visualization
0.8.7 (2017-04-03)
- [fix] rviz panel: Don't add object marker if the wrong tab is selected #454
- [fix] robot state display: subscribe on enable / unsubscribe on disable (#455)
- Contributors: Dave Coleman, Michael Goerner
0.8.6 (2017-03-08)
- [fix][moveit_ros_visualization] correct "simplify widget handling" #452
- Contributors: Yannick Jonetzko
0.8.4 (2017-02-06)
- [enhancement] Add colours to trajectory_visualisation display (#362)
- Contributors: Bence Magyar, Dave Coleman, Ian McMahon, Robert Haschke
0.8.3 (2016-08-19)
- Dummy to temporarily workaround https://github.com/ros-infrastructure/catkin_pkg/issues/158#issuecomment-277852080
0.6.6 (2016-06-08)
-
cleanup cmake tests, fix empty output
-
added missing rostest dependency (#680), fixes c6d0ede (#639)
-
[moveit joy] Add friendlier error message
-
relax Qt-version requirement Minor Qt version updates are ABI-compatible with each other: https://wiki.qt.io/Qt-Version-Compatibility
-
replaced cmake_modules dependency with eigen
-
[jade] eigen3 adjustment
-
always (re)create collision object marker other properties than pose (such as name of the marker) need to be adapted too
-
use getModelFrame() as reference frame for markers
-
moved "Publish Scene" button to "Scene Objects" tab previous location on "Context" tab was weird
-
cherry-pick PR #635 from indigo-devel
-
unify Qt4 / Qt5 usage across cmake files
- fetch Qt version from rviz
- define variables/macros commonly used for Qt4 and Qt5
- QT_LIBRARIES
- qt_wrap_ui()
-
leave frame transforms to rviz The old code (1.) reimplemented frame transforms in rviz although it could simply utilize rviz' FrameManager (2.) assumed the transform between the model-frame and the fixed_frame was constant and only needed to be updated if the frame changes (ever tried to make the endeffector your fixed frame?) (3.) was broken because on startup calculateOffsetPosition was called before the robot model is loaded, so the first (and usually only) call to calculateOffsetPosition failed. Disabling/Enabling the display could be used to work around this... This fixes all three issues.
-
display planned path in correct rviz context This was likely a typo.
-
Solved parse error with Boost 1.58. Fixes #653
-
Enable optional build against Qt5, use -DUseQt5=On to enable it
-
explicitly link rviz' default_plugin library The library is not exported anymore and now is provided separately from rviz_LIBRARIES. See https://github.com/ros-visualization/rviz/pull/979 for details.
-
merge indigo-devel changes (PR #633 trailing whitespace) into jade-devel
-
Removed trailing whitespace from entire repository
-
correctly handle int and float parameters Try to parse parameter as int and float (in that series) and use IntProperty or FloatProperty on success to have input checking. Floats formatted without decimal dot, e.g. "0", will be considered as int! All other parameters will be handled as string.
File truncated at 100 lines see the full file
Wiki Tutorials
Package Dependencies
System Dependencies
Name |
---|
eigen |
pkg-config |
Dependant Packages
Launch files
Messages
Services
Recent questions tagged moveit_ros_visualization at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 0.7.14 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ros-planning/moveit.git |
VCS Type | git |
VCS Version | indigo-devel |
Last Updated | 2019-06-17 |
Dev Status | DEVELOPED |
CI status | Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Jon Binney
- Michael Ferguson
- MoveIt! Release Team
Authors
- Ioan Sucan
- Dave Coleman
- Sachin Chitta
Changelog for package moveit_ros_visualization
0.7.14 (2018-10-20)
- [fix] Robot model not shown after MSA #786
- [fix] fix race conditions when updating PlanningScene #350
- Contributors: Michael Görner, Robert Haschke
0.7.13 (2017-12-25)
- [fix] don't crash on empty robot_description in RobotState plugin #688
- [fix] RobotState rviz previewer: First message from e.g. latching publishers is not applied to robot state correctly (#596)
- [doc] Document auto scale in Rviz plugin (#602)
- Contributors: Dave Coleman, Isaac I.Y. Saito, Simon Schmeisser, axelschroth
0.7.12 (2017-08-06)
- [fix] RobotStateVisualization: clear before load to avoid segfault #572
- Contributors: v4hn
0.7.11 (2017-06-21)
- [fix] TrajectoryVisualization crash if no window_context exists (#523, #525)
- [enhance] rviz display: stop trajectory visualization on new plan. Fixes #526 (#531, #510).
- [fix] robot display: Don't reload robot model upon topic change (Fixes #528)
- Contributors: Isaac I.Y. Saito, Simon Schmeisser, Yannick Jonetzko, henhenhen, v4hn
0.7.10 (2017-06-07)
- [fix] moveit rviz panel name #482
- [fix] Build for Ubuntu YZ by adding BOOST_MATH_DISABLE_FLOAT128 (#505)
- [fix][moveit_ros/visualization] Tentative encoding workaround (https://github.com/ros-infrastructure/catkin_pkg/issues/181).
- [capability] New panel with a slider to control the visualized trajectory (#491) (#508)
- Contributors: Dave Coleman, Mikael Arguedas, Isaac I.Y. Saito, Yannick Jonetzko
0.7.9 (2017-04-03)
- [fix][moveit_ros_visualization] rviz panel: Don't add object marker if the wrong tab is selected #454
- Contributors: Michael Goerner
0.7.8 (2017-03-08)
- [fix] correct "simplify widget handling" #452 This reverts "simplify widget handling (#442)"
- [fix][moveit_ros_warehouse] gcc6 build error #423
- Contributors: Dmitry Rozhkov, Yannick Jonetzko
0.7.7 (2017-02-06)
- clang-format upgraded to 3.8 (#404)
- Contributors: Dave Coleman
0.7.6 (2016-12-30)
0.7.5 (2016-12-25)
0.7.4 (2016-12-22)
0.7.3 (2016-12-20)
0.7.2 (2016-06-20)
- [fix][joy.py] Installed python file might not be executable. (#691)
- [fix] rostest dependency (#680), fixes c6d0ede (#639)
- [fix] always (re)create collision object marker (other properties than pose (such as name of the marker) need to be adapted too)
- [fix] correctly update planning_scene_node on changes of model-frame w.r.t. fixed frame
File truncated at 100 lines see the full file
Wiki Tutorials
Package Dependencies
System Dependencies
Name |
---|
pkg-config |
Dependant Packages
Launch files
Messages
Services
Recent questions tagged moveit_ros_visualization at Robotics Stack Exchange
![]() |
moveit_ros_visualization package from moveit_ros repomoveit_ros_benchmarks moveit_ros_benchmarks_gui moveit_ros_manipulation moveit_ros_move_group moveit_ros moveit_ros_perception moveit_ros_planning moveit_ros_planning_interface moveit_ros_robot_interaction moveit_ros_visualization moveit_ros_warehouse |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 0.5.20 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ros-planning/moveit_ros.git |
VCS Type | git |
VCS Version | hydro-devel |
Last Updated | 2015-04-14 |
Dev Status | MAINTAINED |
CI status | Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Ioan Sucan
Authors
- Ioan Sucan
- Dave Coleman
- Sachin Chitta
Changelog for package moveit_ros_visualization
0.5.20 (2014-12-09)
- Removed installation of removed file
- Better user output, kinematic solver error handling, disclaimer
- Add joystick interface.
- motion_planning_rviz_plugin: add move_group namespace option
- Added capability to set max_planning_attempts in GUI.
- Contributors: Chris Lewis, Dave Coleman, Ioan A Sucan, Jonathan Bohren, Ryohei Ueda, Sachin Chitta
0.5.19 (2014-06-23)
- Changed rviz plugin action server wait to non-simulated time
- Fix [-Wreorder] warning.
- Fix RobotState rviz plugin to not display when disabled
- Add check for planning scene monitor connection, with 5 sec delay
- Contributors: Adolfo Rodriguez Tsouroukdissian, Dave Coleman
0.5.18 (2014-03-23)
- add pkg-config as dep
- find PkgConfig before using pkg_check_modules PC specific functions mustn't be used before including PkgConfig
- Contributors: Ioan Sucan, v4hn
0.5.17 (2014-03-22)
- update build system for ROS indigo
- update maintainer e-mail
- Contributors: Ioan Sucan
0.5.16 (2014-02-27)
- back out problematic ogre fixes
- robot_interaction: split InteractionHandler into its own file
- Switched from isStateColliding to isStateValid
- Changed per PR review
- Clean up debug output
- Added ability to set a random <collision free> start/goal position
- Merge branch 'hydro-devel' of https://github.com/ros-planning/moveit_ros into acorn_rviz_stereo
- rviz: prepare for Ogre1.10
- Contributors: Acorn Pooley, Dave Coleman
0.5.14 (2014-02-06)
0.5.13 (2014-02-06)
- remove debug printfs
- planning_scene_display: use requestPlanningSceneState() Get current planning scene state when planning scene display is enabled and/or model is loaded.
- Fix Parse error at "BOOST_JOIN" error See: https://bugreports.qt-project.org/browse/QTBUG-22829
- Contributors: Acorn Pooley, Benjamin Chretien
0.5.12 (2014-01-03)
0.5.11 (2014-01-03)
- Added back-link to tutorial and updated moveit website URL.
- Ported MoveIt RViz plugin tutorial to sphinx.
- Contributors: Dave Hershberger
0.5.10 (2013-12-08)
0.5.9 (2013-12-03)
- correcting maintainer email
- Fixed an occasional crash bug in rviz plugin caused by gui calls in non-gui thread.
- Added planning feedback to gui, refactored states tab
- Stored states are auto loaded when warehouse database is connected
0.5.8 (2013-10-11)
- Added option to rviz plugin to show scene robot collision geometry
0.5.7 (2013-10-01)
0.5.6 (2013-09-26)
0.5.5 (2013-09-23)
- Fix crash when the destructor is called before onInitialize
- remove call for getting the combined joint limits of a group
- bugfixes
- porting to new RobotState API
- use new helper class from rviz for rendering meshes
0.5.4 (2013-08-14)
- Added manipulation tab, added plan id to manipulation request
- make headers and author definitions aligned the same way; white space fixes
- using action client for object recognition instead of topic
- move background_processing lib to core
- display collision pairs instead of simply colliding links
File truncated at 100 lines see the full file
Wiki Tutorials
Package Dependencies
System Dependencies
Name |
---|
pkg-config |
Dependant Packages
Launch files
Messages
Services
Recent questions tagged moveit_ros_visualization at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 0.9.18 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ros-planning/moveit.git |
VCS Type | git |
VCS Version | kinetic-devel |
Last Updated | 2020-10-12 |
Dev Status | DEVELOPED |
CI status | Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Jon Binney
- Michael Ferguson
- MoveIt! Release Team
Authors
- Ioan Sucan
- Dave Coleman
- Sachin Chitta
Changelog for package moveit_ros_visualization
0.9.18 (2020-01-24)
0.9.17 (2019-07-09)
0.9.16 (2019-06-29)
- [maintanance] Resolve catkin lint issues (#1137)
- [maintanance] Improve clang-format (#1214)
- [fix] Fix issues in rendering of attached bodies (#1199)
- Contributors: Ludovic Delval, Robert Haschke, Sven Krause
0.9.15 (2018-10-29)
- [improvement] Exploit the fact that our transforms are isometries (instead of general affine transformations). #1091
- [maintenance] Store more settings of rviz' PlanningFrame (#1135)
- [code] cleanup, improvements (#1141)
- Contributors: Alexander Gutenkunst, Jonathan Hechtbauer, Robert Haschke
0.9.14 (2018-10-24)
0.9.13 (2018-10-24)
- [fix] build issue in boost/thread/mutex.hpp (#1055)
- [fix] optional namespace args (#929)
- [maintenance] Python3 support (#1103, #1054)
- [maintenance] add minimum required pluginlib version (#927)
- Contributors: Michael Görner, Mikael Arguedas, Mohmmad Ayman, Robert Haschke, Timon Engelke, mike lautman
0.9.12 (2018-05-29)
- [maintenance] Reduce vertical size of Rviz MotionPlanning Window (#891)
- [feature] rviz plugin: set start/goal RobotState from external
(#823)
- /rviz/moveit/update_custom_start_state
- /rviz/moveit/update_custom_goal_state stopping from external:
- /rviz/moveit/stop
- [feature] namespace capabilities for moveit_commander (#835)
- [fix] consider shape transform for OcTree
- [fix] realtime trajectory display (#761)
- Contributors: Alexander Rössler, Dave Coleman, Ian McMahon, Mikael Arguedas, Pan Hy, Phy, Robert Haschke, Will Baker
0.9.11 (2017-12-25)
0.9.10 (2017-12-09)
- [fix] don't crash on empty robot_description in RobotState plugin #688
- [fix] RobotState rviz previewer: First message from e.g. latching publishers is not applied to robot state correctly (#596)
- [doc] Document auto scale in Rviz plugin (#602)
- Contributors: Dave Coleman, Isaac I.Y. Saito, Simon Schmeisser, axelschroth
0.9.9 (2017-08-06)
- [fix] RobotStateVisualization: clear before load to avoid segfault #572
- Contributors: v4hn
0.9.8 (2017-06-21)
- [fix] TrajectoryVisualization crash if no window_context exists (#523, #525)
- [fix] robot display: Don't reload robot model upon topic change (Fixes #528)
- [build] add Qt-moc guards for boost 1.64 compatibility (#534)
- [enhance] rviz display: stop trajectory visualization on new plan. Fixes #526 (#531, #510).
- Contributors: Isaac I.Y. Saito, Simon Schmeisser, Yannick Jonetzko, henhenhen, v4hn
0.9.7 (2017-06-05)
File truncated at 100 lines see the full file
Wiki Tutorials
Package Dependencies
System Dependencies
Name |
---|
eigen |
pkg-config |
Dependant Packages
Launch files
Messages
Services
Recent questions tagged moveit_ros_visualization at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 1.0.11 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ros-planning/moveit.git |
VCS Type | git |
VCS Version | melodic-devel |
Last Updated | 2022-09-13 |
Dev Status | DEVELOPED |
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
Additional Links
Maintainers
- Jon Binney
- Michael Ferguson
- MoveIt! Release Team
Authors
- Ioan Sucan
- Dave Coleman
- Sachin Chitta
Changelog for package moveit_ros_visualization
1.0.11 (2022-09-13)
1.0.10 (2022-03-06)
1.0.9 (2022-01-09)
- Move
MoveItErrorCode
class tomoveit_core
(#3009) - Contributors: Michael Görner, Robert Haschke
1.0.8 (2021-05-23)
- Remove unused model_is_loading_
- Fix deadlock in PlanningSceneDisplay
- Call renderPlanningScene() only if planning_scene_render_ is valid
- Keep MotionPlanningFrame hidden on Display::reset()
- Catch exceptions during RobotModel loading in rviz (#2468)
- Fix QObject::connect: Cannot queue arguments of type 'QVector<int>' (#2392)
- Contributors: Robert Haschke, Simon Schmeisser, Tyler Weaver
1.0.7 (2020-11-20)
- [feature] Clean up Rviz Motion Planning plugin, add tooltips (#2310)
- [fix] Fix "Clear Octomap" button, disable when no octomap is published (#2320)
- [maint] Add comment to MOVEIT_CLASS_FORWARD (#2315)
- Contributors: Felix von Drigalski, Robert Haschke
1.0.6 (2020-08-19)
- [feature] MP display: add units to joints tab (#2264)
- [feature] Allow adding planning scene shapes from rviz panel (#2198)
- [feature] Default to Planning tab initially (#2061)
- [fix] Fix deferred robot model loading (#2245)
- [maint] Migrate to clang-format-10
- [maint] Optimize includes (#2229)
- Contributors: Jorge Nicho, Markus Vieth, Michael Görner, Robert Haschke, Michael Görner
1.0.5 (2020-07-08)
- [feature] Improve rviz GUI to add PlanningScene objects. Ask for scaling large meshes. (#2142)
- [maint] Replace robot_model and robot_state namespaces with moveit::core (#2135)
- [maint] Fix catkin_lint issues (#2120)
- [feature] PlanningSceneDisplay speedup (#2049)
- [feature] Added support for PS4 joystick (#2060)
- [fix] MP display: planning attempts are natural numbers (#2076, #2082)
- Contributors: Felix von Drigalski, Henning Kayser, Jafar Abdi, Michael Görner, Robert Haschke, Simon Schmeisser, TrippleBender
1.0.4 (2020-05-30)
1.0.3 (2020-04-26)
- [fix] `MotionPlanningDisplay`: change internal shortcut Ctrl+R to Ctrl+I (#1967)
- [fix] Remove [PlanningSceneInterface]{.title-ref} from rviz display, but use its [PlanningSceneMonitor]{.title-ref} instead
- [fix] Fix segfault in [RobotStateVisualization]{.title-ref} (#1941)
- [feature] Provide visual feedback on success of requestPlanningSceneState()
- [feature] Wait for [get_planning_scene]{.title-ref} in background (#1934)
- [feature] Reduce step size for pose-adapting widgets
- [fix] Reset [scene_marker]{.title-ref} when disabling motion planning panel
- [fix] Enable/disable motion planning panel with display
- [fix] Enable/disable pose+scale group box when collision object is selected/deselected
- [fix] Correctly populate the list of scene objects in the motion planning panel
- [feature] Resize scene marker with collision object
- [feature] Show attached bodies in trajectory trail (#1766)
- [fix] Fix [REALTIME]{.title-ref} trajectory playback (#1683)
File truncated at 100 lines see the full file
Wiki Tutorials
Package Dependencies
System Dependencies
Dependant Packages
Launch files
Messages
Services
Recent questions tagged moveit_ros_visualization at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 1.1.16 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ros-planning/moveit.git |
VCS Type | git |
VCS Version | master |
Last Updated | 2025-04-29 |
Dev Status | DEVELOPED |
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
Additional Links
Maintainers
- Jon Binney
- Michael Ferguson
- MoveIt Release Team
Authors
- Ioan Sucan
- Dave Coleman
- Sachin Chitta
Changelog for package moveit_ros_visualization
1.1.16 (2024-10-07)
1.1.15 (2024-09-09)
- New implementation for computeCartesianPath (#3618)
- rviz joints tab: show goal state model onFinishedExecution()
- nullspace exploration: reset sliders to zero before hiding (#3613)
- Contributors: Robert Haschke
1.1.14 (2024-05-27)
- Radian/Degree joint value edits in RViz (#3542)
- Add radio buttons to switch degrees/radians in MotionPlanning's Joints tab (#3516)
- Fix tab order of widgets in MotionPlanning plugin
- Remove unused variables (#3507)
- Contributors: Aaryan Murgunde, Michael Görner, Robert Haschke
1.1.13 (2023-07-28)
- Avoid costly updates of invisible RobotInteractions on query state changes (#3478)
- Contributors: Robert Haschke
1.1.12 (2023-05-13)
- MPD: Resolve namespace ambiguity in RobotInteraction (#3403)
- Disallow custom string for planning group property in RViz Display (#3346)
- Fixes to octomap display in PSD (#3385)
- MPD: maintain current item when updating object list
- TrajectoryDisplay: sync visibility of links in trail with main robot (#3337)
- Contributors: Robert Haschke, Simon Schmeisser, Tejal Ashwini Barnwal
1.1.11 (2022-12-21)
- Fix some consistency issues in PlanningScene handling
(#3298)
- Allow Plane collision-object creation from rviz
- Simplify Cone rendering
- Visualize PLANE shapes as a large, thin box
- Merge fixes+improvements to
PlanningScene
editing in rviz: #3263, #3264, #3296-
Fix error "QBackingStore::endPaint() called with active painter"
-
Remove limitation to one-shape collision objects
-
Fix segfault on object scaling: only update a _valid scene marker
-
JointsWidget: Copy full RobotState on updates (attached collision objects were missing)
-
Factor out
addCollisionObjectToList()
frompopulateCollisionObjectsList()
-
Simplify
MotionPlanningFrame::addSceneObject
-
Directly call
populateCollisionObjectsList()
if possibleCalling was previously deferred into a main loop job, because most callers already held a PlanningScene lock, thus causing recursive locking and a deadlock. By simply passing the locked scene, these issues can be avoided. As a fallback, the PlanningScene lock is still acquired in the function.
-
updateQueryStates()
after removal of attached objects -
Clear scene objects: only clear locally. To publish changes, one should explicitly click the "Publish" button.
-
Scene Object List: allow extended selection mode
-
always update query states - even if they are disabled for visualization
-
only allow execution if start state is up-to-date
-
- Merge PR
#3227: Improve
MotionPlanning plugin's JointsWidget
- Add units to sliders in JointsWidget and to spinbox editor
- Avoid need for extra click to operate joint slider
- allow control of joints via keyboard
- Contributors: Robert Haschke
File truncated at 100 lines see the full file