rmader icon indicating copy to clipboard operation
rmader copied to clipboard

error connecting to /tmp//tmux-1000/default

Open TianleLiu0303 opened this issue 1 year ago • 2 comments

error connecting to /tmp//tmux-1000/default (No such file or directory) roscore: 未找到进程 rosmaster: 未找到进程 gazebo: 未找到进程 gzclient: 未找到进程 gzserver: 未找到进程 error connecting to /tmp/tmux-1000/default (No such file or directory) [detached (from session run_sim_multiagent_session)] Commands sent If you want to kill the simulation, hit RETURN.

TianleLiu0303 avatar Jan 02 '25 11:01 TianleLiu0303

for num in range(1,num_of_agents+1):
    if num <= 9:
        agent_id = "0"+str(num)
    else:
        agent_id = str(num)

The "agent id" was not used

TianleLiu0303 avatar Jan 02 '25 12:01 TianleLiu0303

我也遇到了同样的问题,你解决了吗

Gaoafeng avatar Jan 09 '25 09:01 Gaoafeng