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
after i run the rttlua-gnulinux -i deployment/youbot.lua i am getting below error. I have
Real-time memory: 517888 bytes free of 524288 allocated.
OROCOS RTTLua 1.0-beta5 / Lua 5.1.5 (gnulinux)
Use Ctrl-d to quit.
require("rttlib")
rttlib.color = true
tc = rtt.getTC()
depl = tc:getPeer("Deployer")
depl:import("rtt_tf")
depl:loadComponent("tf", "rtt_tf::RTT_TF")
tf = depl:getPeer("tf")
tf:configure()
[FATAL] [1521727485.462971209]: You must call ros::init() before creating the first NodeHandle
Couldn't find an AF_INET address for []
Couldn't find an AF_INET address for []
[ERROR] [1521727485.496535916]: [registerPublisher] Failed to contact master at [:0]. Retrying...
Couldn't find an AF_INET address for []
Couldn't find an AF_INET address for []
The text was updated successfully, but these errors were encountered:
The import operation of rtt_ros follows the <plugin_depend> dependencies declared in the respective package.xml files, which for rtt_tf would include rtt_rosnode through rtt_roscomm.
after i run the rttlua-gnulinux -i deployment/youbot.lua i am getting below error. I have
The text was updated successfully, but these errors were encountered: