-
Notifications
You must be signed in to change notification settings - Fork 149
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem applying driver_param when executing launch on jetson orin humble #367
Comments
Hi @lidarmansiwon, thanks for reporting this. What is the version of |
I'm using ouster os2 and since it's humble, I made a git clone of the ros2 branch in this git repository. I built it according to the instructions below git. Is branch correct what driver means? Or does the ouster itself have a separate driver and need to update the firmware of the sensor itself? I've just done everything with git clone -b ros2. |
Can you provide me with the command you use to launch the driver? also provide log please |
Thank you very much for your quick response. I have stopped working on it due to personal reasons and will try again on September 18. If you don't mind, I will organize the detailed logs and commands in reply again then. Thank you again for your hard work. |
Hello, let me summarize the problem and my situation. The above is the page http://192.168.6.1/config. It is set up like that by default. When I run ouster, the following happens. This is the same when I use the ''ros2 launch ouster_ros driver.launch.py params_file:='' command. It seems that the sensor host name is reflected among the parameters in the file, but the rest of the parameters are not reflected at all. UDP_dest, lidar_mode, timestamp_mode, etc. are not reflected at all, and only the sensor host name is reflected. If I set udp_dest directly to my udp_dest, 192.168.6.1, in http://192.168.6.1/config, ouster runs without error, but I can't use TIME_FROM_ROS_TIME because it still doesn't reflect the remaining parameters. Plese help me! |
From the logs I see that you are getting I see that you are using static ip for |
I sincerely appreciate your efforts. I am currently in a hurry and am using the docker foxy version. I will try again as per your advice as soon as possible. Thank you. |
|
@lidarmansiwon sorry for the delayed response as I was on vacation, this might be caused by the bug reported on #376. I haven't yet tested the driver on Jetson Orion but still planning to. Meanwhile, can you update your driver to driver version v0.13.1 and check if this issue still persist (or not 🤞). Thanks. |
@lidarmansiwon I haven't heard back from you about for about two weeks. I do believe that #376 would fix the issue if you update to the current version. I am going to close the issue as resolve but let us know otherwise. |
Describe the bug
A clear and concise description of what the bug is.
I'm trying to use Ouster on Humble, Jetson Orin. Previously, when using it on foxy, the values modified in driver_param were applied well and ouster was launched, but now on humble, only the values modified in the ouster sensor host name ip by entering the sensor config are applied, and the values in param are not applied at all. For example, I want to apply ROS TIME, but I can't.
Please help me.
The text was updated successfully, but these errors were encountered: