Community Profile

photo

Jagadeesh Konakalla

Last seen: Today 自 2015 起处于活动状态

Followers: 0   Following: 0

联系

统计数据

All
  • 6 Month Streak
  • Knowledgeable Level 3
  • Revival Level 1
  • First Review
  • First Answer

查看徽章

Feeds

排序方式:

已回答
ROS2 unable to use "Write Image" block = error in WriteImageFcnBlock.m
Hi Dylan, Please follow the example on how to access variable length array ROS messages in Simulink. You need to set the Maxi...

4 days 前 | 0

| 已接受

已回答
how to receive ROS Topics in parallel workers?
https://www.mathworks.com/matlabcentral/answers/119559-why-is-the-ros-subscriber-callback-in-matlab-not-triggered-when-messages-...

3 months 前 | 0

已回答
ROS Toolbox issue after R2020b Update 5: Unable to resolve the name ros.internal.utilities.getMessageTypesWithCppKeyword.
The issue looks like resolved with the following commands, clear classes; rehash path; rehash toolbox; rehash pathreset; rehash...

3 months 前 | 0

已回答
ROS2 Simulink Toolbox not subscribing to Python Publisher
Hi Usama Faisal, If you are still having the issue, please reach out to us through the Mathworks Technical Support Team. Than...

8 months 前 | 0

已回答
rosinit in virtual machine on azure: invalid python executable
I solved this problem in the next day. I found the path to the installed python on ubuntu and set it in matlab. [1] https://st...

9 months 前 | 0

已回答
How to extract the data from bus Selector in Simulink
Hi Shivam, Please take a look at examples shipped with ROS Toolbox on how to access the ROS Messages in Simulink. https://www....

10 months 前 | 0

已回答
Ros2subscriber/receive Subscriber did not receive any messages and timed out.
It turns out that the issue is that default ROS subscribers are incompatible with PX4 publishers due to their different QoS sett...

11 months 前 | 0

| 已接受

已回答
MATLAB-Turtlebot3 Network Connection Issue
Hi Shivam, Can you confirm what is the address of ROS Master IP in the Turtlebot 3 ? The MATLAB rosinit is connected to the 19...

11 months 前 | 0

已回答
Matlab R2022b and R2023a installation did not contain CMake
Can you please install MATLAB Coder and try the rosgenmsg and ros2genmsg workflows ?

11 months 前 | 0

| 已接受

已回答
Error in code generation using ROS Toolbox: "Code generation information file does not exist. "
Hi, In the Simulink model configuration, the check box for the Generate GPU code is selected. Can you generate the code by unse...

11 months 前 | 0

| 已接受

已回答
receiving from a subscriber in ROS is taking indefinite time resulting in a fail
Hi Omar, Which verion of MATLAB that you are using ? Are you able to run the example provided by Mathworks without any issue ?...

12 months 前 | 0

已回答
Matlab rosinit error:Could not install the required Python packages.
https://de.mathworks.com/matlabcentral/answers/789104-could-not-create-python-virtual-environment#answer_682155

1 year 前 | 0

已回答
CMake not found when using rosgenmsg on Windows
The fix for this issue is addressed in the update release of R2021b. Please use the latest update release of R2021b

1 year 前 | 0

已回答
SIMULINK ROS Permission denied
Based on the error message, you are running the model where you do not have write permissions. Please run the simulink model whe...

1 year 前 | 0

已回答
Error rosgenmsg (line 480) : error build log
Hi, When I analyzed error, the error is related to redefinition error. I found that one of the message file has issue. I see th...

1 year 前 | 0

| 已接受

已回答
ROS logger isn't showing the topics
It is difficult for me to debug without the simulink model. I appreciate you to contact us through MathWorks Technical support T...

1 year 前 | 0

已回答
How to deploy simulink ROS node which has Acados S function?
Hi Jai Prakash, Please reach out to MathWorks Technical support with more details on your request. Thanks, Jagadeesh K

1 year 前 | 0

已回答
Every value from ROS Subscriber put to zero
Please see the Accepted answer in the post https://www.mathworks.com/matlabcentral/answers/119559-why-is-the-ros-subscriber-ca...

1 year 前 | 0

已回答
rosinit error in 2022b on Linux
The error is confusing and our team is working to fix this issue. Can you please install 3.9.13 and try it? It will work. Thank...

1 year 前 | 0

已回答
rosgenmsg fails with encoding error
Looks issue is with the environment as mentioned by Franz.

1 year 前 | 0

已回答
Operating path tracking simulink model of differential drive robot on turtlebot3
Hi Shivam, Please take a look at the following example. Path Following with Obstacle Avoidance in Simulink - MATLAB & Simulin...

1 year 前 | 0

已回答
simulink ros2 generated node rate
It seem that this issue will be solved with the new updates of 2022b, especially the loop rate conrtol with ROS2 Time object. ...

1 year 前 | 0

已回答
How to set the path to the Python executable using ROS Toolbox preferences
Hi Ryo, The error message is confusing. Team is working on to imporve the error message. Can you please use the version 3.9.13...

1 year 前 | 1

| 已接受

已回答
Question about the python 3.9 in r2022b
Hi, If possible, Can you please install the 3.9.13 version of python and provide the path in the above UI ? thanks, Jagad...

1 year 前 | 0

已回答
ros2node() freezes execution
It is observed that with FastDDS as RMW middlwware, the domain ID 0 does not work on few machines. The workaround for now is to ...

1 year 前 | 0

已回答
I keep dropping connection to a ROs device
The "connection to process with exchange ... was lost" error message generally means that the ROS node has crashed. It runs in a...

1 year 前 | 0

| 已接受

已回答
RTPS_TRANSPORT_SHM Error
This issue is observed when trying to communicate MATLAB R2022a ROS Toolbox (uses Fast-DDS 2.1.1) with other version of FastDDS ...

1 year 前 | 0

| 已接受

已回答
ros can't receive the message of 'nav_msgs/Path'
Hi Yi Liu, The issue is that nav_msg/Path is a variable length nested ROS message. In your example, Looks like that written M c...

2 years 前 | 0

| 已接受

已回答
How do i publish lanelines data as visualisation marker array message for RVIZ?
Hi Amrita, Please take a look at the following example which explains how to access variable size arrays, nested messages in Si...

2 years 前 | 1

已回答
Deploying ROS2 Node with Custom Messages
Hi Michael, You have build the custom messages using ros2genmsg are visible only by MATLAB on your host machine. You need to bu...

2 years 前 | 0

| 已接受

加载更多