You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Also, as I run mavproxy.py --console --map --aircraft test --master=:14550, ardupilot sitl and sim_vehicle.py at the same time, it is connected but not take off.
Mavproxy panel:
takeoff 100
STABILIZE> Take Off started
OS:
Ubuntu 22.04 Native
After sourcing ros setup, building sitl package and sourcing the local setup,
I run
ros2 launch ardupilot_sitl sitl_dds_udp.launch.py transport:=udp4 synthetic_clock:=True wipe:=False model:=quad speedup:=1 slave:=0 instance:=0 defaults:=$(ros2 pkg prefix ardupilot_sitl)/share/ardupilot_sitl/config/default_params/copter.parm,$(ros2 pkg prefix ardupilot_sitl)/share/ardupilot_sitl/config/default_params/dds_udp.parm sim_address:=127.0.0.1 master:=tcp:127.0.0.1:5760 sitl:=127.0.0.1:5501
Then it launch:
However, when I check for ros2 node in an other terminal, only list me /ap node
Following the steps given ArduPilot tutorial
tried to change params from mavproxy panel but the parameters was not existed. Checking dds_udp.parm:
DDS_ENABLE 1
DDS_UDP_PORT 2019
I cannot find the reason of the problem.
Note: my ROS_DOMAIN_IS is 0:
The text was updated successfully, but these errors were encountered: