Juan Pablo Rodriguez
Juan Pablo Rodriguez
@Myzhar thanks for the feedback. All of the files that were reported as having errors are located within the folder. I discovered that some of them are hyperlinks to a...
I have the same issue reported above. The issue is still active. It seems like the gimbal functionality only works while stabilizing all three rotation axes. I am wondering if...
The issue was solved by modifying the CMakeList.txt file (issue [#120](https://github.com/uzh-rpg/rpg_dvs_ros/issues/120)) adding the following line: `set(libcaer_DIR "/usr/lib/x86_64-linux-gnu/cmake/libcaer/")` just before `find_package(libcaer REQUIRED)` Ps: Check first that the Config files are in...
Hello again, Although I was able to compile the package, I am having issues running the dvxplorer_ros_driver node. I am having the following error: ``` /USER/catkin_ws/devel/lib/dvxplorer_ros_driver/dvxplorer_ros_driver: symbol lookup error: /USER/catkin_ws/devel/lib/dvxplorer_ros_driver/dvxplorer_ros_driver:...
Hello, I did some tests by increasing the number of spline segments as you suggested. The computed spline approximates the position correctly in most of the cases. However, the orientation...
Hello, Sure, attached I send you the CSV file with the trajectory that I am using for my test (`test_yaw.csv`). Additionally, I add a file (`test_yaw_output.csv`) with the output from...
I have the same issue reported above. It seems like the gimbal functionality only works while stabilizing all three rotation axes. I am wondering if someone is working on a...
I see. thanks for the feedback @Zartris !