tesseract_ros icon indicating copy to clipboard operation
tesseract_ros copied to clipboard

ROS Interface for the Tesseract Planning Environment.

Results 21 tesseract_ros issues
Sort by recently updated
recently updated
newest added

I was playing with merging environments and so on, and wanted to visualize the resulting environment in Rviz. As far as I understand, I need to instantiate a Monitor in...

enhancement

It appears catkin does not handle DEPENDS when leveraging modern cmake targets for linking.

This PR changes the `catkin_package` macro of the `tesseract_ros` packages to specify `tesseract` dependencies in the `CFG_EXTRAS` tag rather than `DEPENDS` tag. For packages added to the `DEPENDS` tag, catkin...

https://github.com/tesseract-robotics/tesseract_ros2/pull/73

Hi there, when I try to initialize a previously declared environment like this: ```cpp env_ = std::make_shared(); ``` I am getting a linker error like below: ```bash /usr/bin/ld: CMakeFiles/generate_path_server.dir/src/generate_path_server.cpp.o: in...

Requires [tesseract #915](https://github.com/tesseract-robotics/tesseract/pull/915). This listens to TF to update planar joints. We should probably do some more performance testing on this before merging. TFBuffers can add some CPU overhead. We...

The online planning example stopped working. Partially this is because an incorrect rviz config, but when I fix that I still have the following issues: - No visible trajectory with...

My compilation environment is ubuntu20.04 with ros noetic,Below is the problem I encountered: ![2024-06-04 15-17-58 的屏幕截图](https://github.com/tesseract-robotics/tesseract_ros/assets/54173405/256f0ae6-859f-4ef4-a660-30ec877cd826) ![2024-06-04 15-18-12 的屏幕截图](https://github.com/tesseract-robotics/tesseract_ros/assets/54173405/94ee2947-902b-45cf-aabb-454adc51f240) This seems to be a QT problem, I have no way...

Hello, I am implementing a hybrid planner using TrajOpt as the global planner and MPC as the local planner. I would like to increase the number of waypoints in the...