Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion rosserial_client/src/ros_lib/ros/node_handle.h
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,7 @@ class NodeHandle_ : public NodeHandleBase_
}

public:
bool getParam(const char* name, int* param, int length = 1, int timeout = 1000)
bool getParam(const char* name, int32_t* param, int length = 1, int timeout = 1000)
{
if (requestParam(name, timeout))
{
Expand Down